Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maapteh authored Nov 23, 2019
1 parent f26c695 commit 2771d4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@mpth'
- run: yarn
- run: npm publish
- run: |
npm version ${{ github.ref }}
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 2771d4e

Please sign in to comment.