Skip to content

Commit

Permalink
Use major version of npm bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 17, 2023
1 parent 48d60c4 commit a4b20aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm i
- run: npm test
- run: git clean -fd && git reset --hard
- uses: bcomnes/npm-bump@v2.2.1
- uses: bcomnes/npm-bump@v2
with:
git_email: bcomnes@gmail.com
git_username: ${{ github.actor }}
Expand Down

0 comments on commit a4b20aa

Please sign in to comment.