Skip to content

Commit 5b0ac33

Browse files
authored
ci: add NPM registry URL to Release workflow (#679)
1 parent 4eaf084 commit 5b0ac33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 16
18+
registry-url: https://registry.npmjs.org
1819
- run: npm ci
1920
- run: npm test
2021
- uses: GoogleCloudPlatform/release-please-action@v3

0 commit comments

Comments
 (0)