Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
omeraplak committed Oct 7, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d429e85 commit 0bb15e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
- run: |
npm install
npm build
npm test
npm run coverage
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 0bb15e7

Please sign in to comment.