Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 27, 2022
1 parent 9019349 commit 4475fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: npm i
- run: npm test
- run: git reset --hard && git clean -fd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- name: npm version && npm test
uses: bcomnes/npm-bump@v2
with:
Expand Down

0 comments on commit 4475fdc

Please sign in to comment.