Skip to content

Commit

Permalink
Update npmpublish.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorhreed authored Jan 23, 2020
1 parent 9857d61 commit cc361c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm version from-git
- run: npm version ${GITHUB_REF/refs\/tags\//}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down

0 comments on commit cc361c4

Please sign in to comment.