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 8920284 commit 1199fab
Showing 1 changed file with 1 addition and 1 deletion.
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 && format('--tag {0}, 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 }}

0 comments on commit 1199fab

Please sign in to comment.