Skip to content

Commit

Permalink
Do not ignore scripts on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored May 1, 2022
1 parent 6baaeee commit f0e9761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
cache: npm
- run: npm ci
- run: npm test
- run: npm build
- 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 f0e9761

Please sign in to comment.