Skip to content

Commit

Permalink
Fixed GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 2, 2020
1 parent f488e83 commit ceb88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -85,5 +85,5 @@ jobs:
# Run build and publish to NPM
- run: npm run build
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish

0 comments on commit ceb88da

Please sign in to comment.