Skip to content

Commit

Permalink
prevent autosquash when calling pr-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Schwamborn committed May 3, 2022
1 parent 98b9aab commit 59eda46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
run: brew pr-pull --no-autosquash --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

- name: Push commits
uses: Homebrew/actions/git-try-push@master
Expand Down

0 comments on commit 59eda46

Please sign in to comment.