Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf authored Nov 17, 2019
1 parent c464718 commit 2849d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -26,6 +26,6 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@sitesauce'
- run: npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2849d52

Please sign in to comment.