Skip to content

Commit

Permalink
Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luborepka committed Apr 24, 2024
1 parent 32c5ef7 commit a60c74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: npm version "$(git tag --sort=committerdate | tail -1)" --no-git-tag-version

- run: npm install
- run: npm run publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a60c74e

Please sign in to comment.