We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14831bf commit 5c4cd6dCopy full SHA for 5c4cd6d
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,6 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: '20'
33
- registry-url: 'https://registry.npmjs.org'
34
35
- name: Install dependencies
36
run: bun install --frozen-lockfile
@@ -58,7 +57,10 @@ jobs:
58
57
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
NPM_CONFIG_PROVENANCE: true
61
- run: bun run changeset:publish
+ NODE_AUTH_TOKEN: ''
+ run: |
62
+ rm -f ~/.npmrc
63
+ bun run changeset:publish
64
65
- name: Commit version updates to main
66
if: steps.changesets.outputs.count != '0'
0 commit comments