Skip to content

Commit f62f32a

Browse files
committed
ci: remove force publish
1 parent b3f7bf7 commit f62f32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_gh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737

3838
- name: Publish to NPM
39-
run: pnpm publish --publish-branch main --force
39+
run: pnpm publish --publish-branch main
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Publish to NPM
36-
run: pnpm publish --publish-branch main --force
36+
run: pnpm publish --publish-branch main
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)