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 2c5519d commit 3b6415cCopy full SHA for 3b6415c
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
git fetch origin
70
git switch main
71
git pull origin main
72
- git merge origin/release --no-ff -m "chore: merge release into main" --no-verify
+ git merge origin/release --ff-only -m "chore: merge release into main" --no-verify
73
git push origin main
74
75
- name: Build code 🛠
0 commit comments