Skip to content

Commit

Permalink
no need to run
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi committed Jan 15, 2020
1 parent 519aeca commit 1c36db7
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 @@ -44,6 +44,6 @@ jobs:
- run: echo ${REF#refs/tags/}
- run: yarn build:package
- run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/repo/.npmrc
- run: npm run publish --access public --new-version ${REF#"refs/tags/"} --no-git-tag-version
- run: npm publish --access public --new-version ${REF#"refs/tags/"} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${NPM_TOKEN}

0 comments on commit 1c36db7

Please sign in to comment.