Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
NPM publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Aug 14, 2023
1 parent adad331 commit b0b243b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org/ .'
token: ${{ secrets.NODE_AUTH_TOKEN }}
always-auth: true
- run: yarn
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit b0b243b

Please sign in to comment.