Skip to content

Commit

Permalink
Fix npm commit on version
Browse files Browse the repository at this point in the history
  • Loading branch information
NV4RE committed Nov 27, 2019
1 parent 8a251a6 commit c22a6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onTags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: npm install and publish
run: |
npm set //npmjs.com/:_authToken ${{secrets.NPM_TOKEN}}
npm version ${{ steps.get_version.outputs.VERSION }}
npm version ${{ steps.get_version.outputs.VERSION }} --no-git-tag-version
npm install
npm publish

0 comments on commit c22a6d9

Please sign in to comment.