Skip to content

Commit 2a00c22

Browse files
authored
Merge pull request #38 from BitGo/BTC-0.registry-url
feat: add npm registry URL to GitHub workflow
2 parents 48660b1 + 65c6e67 commit 2a00c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
registry-url: https://registry.npmjs.org
3031

3132
- name: Ensure npm 11.5.1 or later for trusted publishing
3233
run: |

0 commit comments

Comments
 (0)