Skip to content

Commit

Permalink
Do not try to create a tag since github already does that
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-haertl committed Sep 2, 2024
1 parent af567be commit d8322e8
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 }}
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false

- name: Publish to NPM
if: ${{ github.event.action }} == 'prereleased'
Expand Down

0 comments on commit d8322e8

Please sign in to comment.