Skip to content

Commit

Permalink
Merge pull request #4 from whisthub/feature/fix-npm-publish
Browse files Browse the repository at this point in the history
fix: npm publish not working
  • Loading branch information
sebamarynissen authored Jan 31, 2024
2 parents 3ec70e3 + 859ddd6 commit 53268e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm

- name: Installing dependencies
run: npm ci

- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 53268e5

Please sign in to comment.