Skip to content

Commit

Permalink
use publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Jul 19, 2020
1 parent ba00209 commit 7fae0c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm test
- run: npm publish
- run: npm publish:ci
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 7fae0c9

Please sign in to comment.