Skip to content

Commit a147d0e

Browse files
fix(ci): set registry-url to npmjs for release-please (#321)
1 parent 92326ab commit a147d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v5
1717
with:
1818
node-version: lts/*
19+
registry-url: 'https://registry.npmjs.org'
1920
if: ${{ steps.release.outputs.release_created }}
2021
- run: npm install
2122
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)