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 02e0087 commit 80a7f56Copy full SHA for 80a7f56
.github/workflows/publish.yml
@@ -40,7 +40,6 @@ jobs:
40
- uses: actions/setup-node@v4
41
with:
42
node-version: "20"
43
- registry-url: "https://registry.npmjs.org"
44
45
- name: Install dependencies
46
run: bun install --ignore-scripts
@@ -55,5 +54,4 @@ jobs:
55
54
VERSION: ${{ inputs.version }}
56
CI: true
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59
NPM_CONFIG_PROVENANCE: true
0 commit comments