Skip to content

Commit 5fcab08

Browse files
authored
ci: no verify on merge (#135)
1 parent 1f38755 commit 5fcab08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
git config user.email "github-actions[bot]@users.noreply.github.com"
6868
6969
git fetch origin
70-
git checkout main
70+
git switch main
7171
git pull origin main
72-
git merge origin/release --no-ff -m "chore: merge release into main"
72+
git merge origin/release --no-ff -m "chore: merge release into main" --no-verify
7373
git push origin main
7474
7575
- name: Build code 🛠

0 commit comments

Comments
 (0)