Skip to content

Commit

Permalink
Fix npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent 9e6dbb5 commit bce9930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update version
run: |
npm version ${{ github.event.inputs.version }} --allow-same-version
npm version ${{ github.event.inputs.version }} --allow-same-version --no-git-tag-version
- name: Commit package.json
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008
Expand Down

0 comments on commit bce9930

Please sign in to comment.