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 3f94dad commit d15e6f9Copy full SHA for d15e6f9
.github/workflows/ci.yml
@@ -20,6 +20,6 @@ jobs:
20
cache: pnpm
21
registry-url: 'https://registry.npmjs.org'
22
- run: pnpm install --frozen-lockfile
23
- - run: pnpm publish --recursive --force --provenance --access public
+ - run: pnpm publish --recursive --provenance --access public
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments