Explorar o código

fix: switch merge to latest as --no-ff (#789)

Jacob Bolda %!s(int64=5) %!d(string=hai) anos
pai
achega
f436a245d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/pr-to-latest.yml

+ 1 - 1
.github/workflows/pr-to-latest.yml

@@ -18,7 +18,7 @@ jobs:
           git config --global user.name "${{ github.event.pusher.name }}"
           git config --global user.email "${{ github.event.pusher.email }}"
       - run: git fetch origin dev
-      - run: git merge ${{ github.sha }} --ff-only
+      - run: git merge ${{ github.sha }} --no-ff
       - name: Create Pull Request
         uses: tauri-apps/create-pull-request@v2.8.0
         with: