Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
workflows/release: publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Sep 29, 2022
1 parent 979c49d commit 2973c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Ignore .npmrc for publish step
run: mv .npmrc .npmrc.temp

- name: Release to GHPR
run: npm publish
- name: Release to NPM
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GHPR_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2973c7b

Please sign in to comment.