Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2022
1 parent 46ba40c commit 7726ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
- name: Publish
if: fromJSON(steps.release.outputs.result)
env:
TAG_NAME: fromJSON(steps.release.outputs.result).tag_name
PRERELEASE: (fromJSON(steps.release.outputs.result).prerelease && '--tag beta') || ''
TAG_NAME: ${{ fromJSON(steps.release.outputs.result).tag_name }}
PRERELEASE: ${{ (fromJSON(steps.release.outputs.result).prerelease && '--tag beta') || '' }}
PRERELEASE_TAG: beta
run: |
npm run build
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.3",
"version": "1.2.1-beta.4",
"description": "Repo for testing tagging, releasing etc. via CI",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7726ef6

Please sign in to comment.