Skip to content

Commit e7cdd29

Browse files
committed
ci: add registry-url to publish config
1 parent a2bfbcf commit e7cdd29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
node-version: 16
17+
registry-url: 'https://registry.npmjs.org'
1718
cache: 'pnpm'
1819
- run: pnpm install --frozen-lockfile
1920
- run: pnpm publish --no-git-checks

0 commit comments

Comments
 (0)