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 c72568a commit a21e85cCopy full SHA for a21e85c
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,7 @@ jobs:
11
permissions:
12
id-token: write
13
contents: read
14
+ packages: write
15
steps:
16
- uses: actions/checkout@v6
17
- uses: oven-sh/setup-bun@v2
@@ -22,4 +23,4 @@ jobs:
22
23
registry-url: https://registry.npmjs.org
24
- run: bun install --frozen-lockfile
25
- run: bun run build
- - run: npm publish --provenance --access public
26
+ - run: unset NODE_AUTH_TOKEN && npm publish --provenance --access public
0 commit comments