Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
workaround another secret breaking change from npm
  • Loading branch information
luckyrat committed Jan 19, 2023
1 parent 9bd2dfc commit fa2747f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: npm ci
- run: npm start
- run: npm test
- run: npm publish dist
- run: cd dist
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit fa2747f

Please sign in to comment.