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

Commit

Permalink
workflows/release: use correct npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Sep 29, 2022
1 parent 2973c7b commit a70f24f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org"
always-auth: "true"

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: rlespinasse/[email protected]

Expand All @@ -25,9 +25,6 @@ jobs:
- name: Build library
run: npm run build

- name: Ignore .npmrc for publish step
run: mv .npmrc .npmrc.temp

- name: Release to NPM
run: npm publish --access public
env:
Expand Down

0 comments on commit a70f24f

Please sign in to comment.