Skip to content

Commit

Permalink
npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi committed Jan 15, 2020
1 parent 3779cce commit 3c2929e
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 @@ -42,6 +42,6 @@ jobs:
- run: yarn
- run: echo ${REF#refs/tags/}
- run: yarn build:package
- run: yarn publish --access public --new-version ${REF#"refs/tags/"} --no-git-tag-version
- run: npm run publish --access public --new-version ${REF#"refs/tags/"} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 3c2929e

Please sign in to comment.