Skip to content

Commit d15e6f9

Browse files
committed
fix: ci dont force publish
1 parent 3f94dad commit d15e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
cache: pnpm
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: pnpm install --frozen-lockfile
23-
- run: pnpm publish --recursive --force --provenance --access public
23+
- run: pnpm publish --recursive --provenance --access public
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)