Skip to content

Commit

Permalink
Allow no version update in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-haertl committed Sep 3, 2024
1 parent 6f0f7da commit ab374c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish_to_NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: npm run build

- run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false --allow-same-version

- name: Test publishing to NPM
if: "github.event.release.prerelease"
Expand Down

0 comments on commit ab374c7

Please sign in to comment.