diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index e9b2437..35471af 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -93,7 +93,7 @@ jobs: git push origin automatic_version_update echo gh --version gh pr create --base main --head automatic_version_update --title "pr test" --body "Created by Github action" --fill - gh pr merge --rebase --merge --subject "automated pr merge" --body " merging automated pr changes" --delete-branch + gh pr merge --squash --subject "automated pr merge" --body " merging automated pr changes" --delete-branch # git branch -d automatic_version_update # - name: Install dependencies