We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3e5c7 commit c2f11c2Copy full SHA for c2f11c2
.github/workflows/release.yml
@@ -227,7 +227,6 @@ jobs:
227
- uses: actions/setup-node@v6
228
with:
229
node-version: 20
230
- registry-url: 'https://registry.npmjs.org'
231
- uses: actions/download-artifact@v4
232
233
path: crates/feedparser-rs-node/artifacts
@@ -244,8 +243,6 @@ jobs:
244
243
- name: Publish with provenance
245
working-directory: crates/feedparser-rs-node
246
run: npm publish --access public --provenance --ignore-scripts
247
- env:
248
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
249
250
# ============================================================================
251
# GITHUB RELEASE
0 commit comments