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 18, 2023
1 parent c57d5e2 commit adeb75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- run: git config user.email "[email protected]"
- run: git config user.name "dxpm"
- run: npm version minor --no-git-tag-version
- run: git add --all
- run: git commit -m "Bump package version"
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_DEVEXPERTS_BOT_PUBLISH_TOKEN}}

0 comments on commit adeb75b

Please sign in to comment.