Skip to content

Commit

Permalink
Add --allow-same-version bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent 19a2eb6 commit a0b65a1
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 @@ -44,7 +44,7 @@ jobs:

- name: Update version
run: |
npm version ${{ github.event.inputs.version }}
npm version ${{ github.event.inputs.version }} --allow-same-version
- name: Push package.json
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008
Expand Down

0 comments on commit a0b65a1

Please sign in to comment.