Skip to content

Commit

Permalink
fix: upgrade @actions/core to fix set-output issue
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 5, 2024
1 parent 9bbd7ae commit 056f3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-create-release-from-tag",
"version": "1.0.7",
"version": "1.0.8",
"description": "Github action to create release with changelog, on tag number based.",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "Steve Lebleu",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
"child-process-promise": "^2.2.1"
},
Expand Down

0 comments on commit 056f3f9

Please sign in to comment.