Skip to content

Commit

Permalink
force user to update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ooystein authored Dec 14, 2021
1 parent c7eedc4 commit 4a5be7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install Dependencies
run: npm ci

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

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

0 comments on commit 4a5be7e

Please sign in to comment.