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 fa1a53b commit b78d8c2Copy full SHA for b78d8c2
.github/workflows/publish.yml
@@ -19,7 +19,4 @@ jobs:
19
node-version: '24.x'
20
registry-url: 'https://registry.npmjs.org'
21
- run: bun install --frozen-lockfile
22
- # Ensure npm 11.5.1 or later is installed
23
- - name: Update npm
24
- run: npm install -g npm@latest
25
- - run: npm publish
+ - run: npm publish --provenance --access public
0 commit comments