We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc386e commit da94262Copy full SHA for da94262
1 file changed
.github/workflows/publish.yml
@@ -120,7 +120,6 @@ jobs:
120
uses: actions/setup-node@v4
121
with:
122
node-version: 20
123
- registry-url: https://registry.npmjs.org
124
125
- name: Download all artifacts
126
uses: actions/download-artifact@v4
@@ -147,6 +146,7 @@ jobs:
147
146
- name: Publish
148
run: |
149
cd crates/supermarkdown-napi
+ npm config set registry https://registry.npmjs.org/
150
npm publish --access public --provenance --ignore-scripts
151
152
publish-crates:
0 commit comments