Skip to content

Commit

Permalink
ci: restore GitHub publishing
Browse files Browse the repository at this point in the history
Removal of registry-url causes npm publish to fail with ENEEDAUTH
  • Loading branch information
chrisvxd committed Sep 22, 2023
1 parent 66b3dad commit 6e95652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: yarn
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 6e95652

Please sign in to comment.