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 1f38755 commit 5fcab08Copy full SHA for 5fcab08
.github/workflows/release.yml
@@ -67,9 +67,9 @@ jobs:
67
git config user.email "github-actions[bot]@users.noreply.github.com"
68
69
git fetch origin
70
- git checkout main
+ git switch main
71
git pull origin main
72
- git merge origin/release --no-ff -m "chore: merge release into main"
+ git merge origin/release --no-ff -m "chore: merge release into main" --no-verify
73
git push origin main
74
75
- name: Build code 🛠
0 commit comments