Skip to content

Commit

Permalink
core(ci): don't git-tag the version as tag is already created
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx authored Sep 30, 2021
1 parent d3a28d1 commit c382a29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
run: npm ci

- name: Setting the Version based on the tag
run: npm version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm version ${{ github.event.release.tag_name }} --git-tag-version false

- name: Publish to NPM Registry
run: npm publish --access public
Expand Down

0 comments on commit c382a29

Please sign in to comment.