Skip to content

Commit

Permalink
FIX: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Sep 1, 2023
1 parent fd563cb commit e04afaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# Use a token to publish to NPM.
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# push the version changes to GitHub
- run: git push
- run: |
git commit -a -m 'Update version'
git push
env:
# The secret is passed automatically. Nothing to configure.
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e04afaf

Please sign in to comment.