Skip to content

Commit

Permalink
Merge pull request #831 from pulumi/friel/830
Browse files Browse the repository at this point in the history
Re-add registry auth for NPM publish
  • Loading branch information
AaronFriel authored Nov 27, 2023
2 parents 4cac9d0 + fc370f0 commit 5d145cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
- name: Ensure dependencies
run: make ensure
- name: Checkout Scripts Repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
- name: Ensure dependencies
run: make ensure
- name: Checkout Scripts Repo
Expand Down

0 comments on commit 5d145cd

Please sign in to comment.