Skip to content

Commit 8d2d394

Browse files
committed
Use OIDC authentication for npm publishing
1 parent df4fbba commit 8d2d394

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
@@ -110,6 +110,7 @@ jobs:
110110
- uses: actions/setup-node@v4
111111
with:
112112
node-version: "20.x"
113+
registry-url: "https://registry.npmjs.org"
113114

114115
- name: Get GitHub tag version
115116
# Store the version, stripping any v-prefix

0 commit comments

Comments
 (0)