Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
fix: publish to GPR
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Aug 23, 2021
1 parent 09316f3 commit fc809e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Release (GitHub Package Registry)
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "{\"publishConfig\":{\"registry\":\"https://npm.pkg.github.com\"}}" >> .npmrc
semantic-release --plugins=@semantic-release/npm
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
run: semantic-release --plugins=@semantic-release/npm

0 comments on commit fc809e9

Please sign in to comment.