Skip to content

Commit da94262

Browse files
committed
Remove registry-url to allow OIDC auth
1 parent bbc386e commit da94262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
uses: actions/setup-node@v4
121121
with:
122122
node-version: 20
123-
registry-url: https://registry.npmjs.org
124123

125124
- name: Download all artifacts
126125
uses: actions/download-artifact@v4
@@ -147,6 +146,7 @@ jobs:
147146
- name: Publish
148147
run: |
149148
cd crates/supermarkdown-napi
149+
npm config set registry https://registry.npmjs.org/
150150
npm publish --access public --provenance --ignore-scripts
151151
152152
publish-crates:

0 commit comments

Comments
 (0)