Skip to content

Commit

Permalink
Fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Jan 24, 2024
1 parent c973a86 commit b98957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- run: npm version ${{steps.get_version.outputs.VERSION}} --no-git-tag-version
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}]
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit b98957a

Please sign in to comment.