Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"

git fetch origin
git checkout main
git switch main
git pull origin main
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
git push origin main

- name: Build code 🛠
Expand Down