Skip to content

Commit

Permalink
fix(Build): Drop redundant version set
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 22, 2024
1 parent 838a5a3 commit 907156b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:

- name: Publish npm package
run: |
npm version --no-git-tag-version ${{ github.event.inputs.releaseversion }}
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 907156b

Please sign in to comment.