Skip to content

Commit

Permalink
Fix a small bug in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcui03 committed Jun 26, 2021
1 parent 339c3d0 commit 27c3ab7
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 @@ -15,6 +15,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
always-auth: true
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 27c3ab7

Please sign in to comment.