Skip to content

Commit

Permalink
Merge pull request #71 from github/colebemis-patch-1
Browse files Browse the repository at this point in the history
Publish to GitHub Package Registry in publish action
  • Loading branch information
colebemis authored Oct 3, 2022
2 parents 3c70e3f + abf2607 commit 6451298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npm whoami; npm --ignore-scripts publish
- run: npm whoami; npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 6451298

Please sign in to comment.