Skip to content

Commit

Permalink
update: bump version on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arihanv committed May 20, 2024
1 parent 219e508 commit ebb83bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
with:
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- name: 'Automated Version Bump'
id: version-bump
uses: 'phips28/gh-action-bump-version@master'
with:
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit ebb83bf

Please sign in to comment.