We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfd53f commit 3f59929Copy full SHA for 3f59929
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,6 @@ jobs:
22
node-version: 24.x
23
cache: pnpm
24
registry-url: 'https://registry.npmjs.org'
25
- token: ''
26
- run: pnpm install --frozen-lockfile
27
- run: pnpm build
28
- - run: npm publish --provenance --access public
+ - run: npm publish --access public
0 commit comments