Skip to content

Commit

Permalink
- Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 29, 2023
1 parent 992ade2 commit 9506ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@ jobs:
env:
CURRENT_VERSION: ${{ steps.package-version.outputs.currentVersion }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
if: ${{ CURRENT_VERSION != needs.version.outputs.semver }}
if: ${{ $CURRENT_VERSION != needs.version.outputs.semver }}
run: npm publish

0 comments on commit 9506ac2

Please sign in to comment.