Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2022
1 parent 1a9f096 commit 8920284
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 @@ -100,7 +100,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
TAG_NAME: ${{ fromJSON(steps.release.outputs.result).tag_name }}
PRERELEASE: ${{ (fromJSON(steps.release.outputs.result).prerelease && '--tag ${{ env.PRERELEASE_TAG }}') || '' }}
PRERELEASE: ${{ (fromJSON(steps.release.outputs.result).prerelease && format('--tag {0}, env.PRERELEASE_TAG)) || '' }}
run: |
npm run build
npm publish --tag ${{ env.TAG_NAME }} ${{ env.PRERELEASE }}
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.5",
"version": "1.2.1-beta.6",
"description": "Repo for testing tagging, releasing etc. via CI",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 8920284

Please sign in to comment.