Skip to content

Commit

Permalink
Commit version bump as bot
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Jun 9, 2023
1 parent c46287e commit 39b6296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Version and publish to npm
id: npm-bump
uses: bcomnes/npm-bump@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
git_email: ${{ github.actor }}@users.noreply.github.com
git_username: ${{ github.actor }}
Expand Down

0 comments on commit 39b6296

Please sign in to comment.