Skip to content

Commit 6937c19

Browse files
committed
fix: add registry-url for npm trusted publishers
1 parent f6994c1 commit 6937c19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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: lts/*
18+
registry-url: "https://registry.npmjs.org"
1819

1920
- uses: pnpm/action-setup@v4
2021
with:

0 commit comments

Comments
 (0)