Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxpm committed Dec 22, 2023
1 parent 1995a70 commit bff13ac
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 @@ -20,7 +20,7 @@ jobs:
- run: git config user.name "dxpm"
- run: npm version from-git --no-git-tag-version
- run: git commit -a -m "Bump package version"
- run: git push origin master:master
- run: git push origin ${{ github.ref }}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_DEVEXPERTS_BOT_PUBLISH_TOKEN}}

0 comments on commit bff13ac

Please sign in to comment.