Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2022
1 parent 53f6bb9 commit 009f37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
prerelease: !!semver.prerelease(version)
});
console.log(`View ${tag} at ${res.data.html_url}`);
return res;
return res.data;
}
- name: Publish
if: fromJSON(steps.release.outputs.result)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabricjs-tagging-ci",
"version": "1.2.1-beta.1",
"version": "1.2.1-beta.2",
"description": "Repo for testing tagging, releasing etc. via CI",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 009f37e

Please sign in to comment.