Skip to content

Commit

Permalink
update release action to deploy to github packages as well
Browse files Browse the repository at this point in the history
  • Loading branch information
naxmefy committed Dec 4, 2019
1 parent 5b00ef4 commit 9219445
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v1
with:
registry-url: "https://npm.pkg.github.com"
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9219445

Please sign in to comment.