Skip to content

Commit

Permalink
fix: publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor committed Jul 23, 2021
1 parent d6ad2f5 commit 1de9ccf
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 @@ -13,7 +13,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm
- run: yarn
- run: npm run clean-publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 1de9ccf

Please sign in to comment.