Skip to content

Commit 1ad109f

Browse files
committed
refactor github workflow
1 parent 94a43b5 commit 1ad109f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
commit_message: "build: ${{ github.sha }}"
3939
branch: build
40-
commit_options: "--no-verify"
41-
push_options: "--no-verify"
40+
commit_options: "--no-verify --force"
41+
push_options: "--no-verify --force"
4242
skip_checkout: true

0 commit comments

Comments
 (0)