Skip to content

Commit

Permalink
removing --no-autosquash flag
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobanse authored May 8, 2024
1 parent ed8e9ea commit dac0b19
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 --no-autosquash --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

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

0 comments on commit dac0b19

Please sign in to comment.