Skip to content

Commit

Permalink
Switch action for bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dchesterton committed Dec 30, 2021
1 parent 477aa89 commit fd21235
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Bump version
uses: chamini2/bump-version@js
uses: remorses/bump-version@js
id: version
with:
version_file: ./VERSION
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
Expand Down

0 comments on commit fd21235

Please sign in to comment.