Skip to content

Commit 58ff136

Browse files
authored
tap maintenance: update the publish workflow to use the --autosquash flag with the pr-pull command (#761)
1 parent babd473 commit 58ff136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
3333
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
3434
PULL_REQUEST: ${{ github.event.pull_request.number }}
35-
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
35+
run: brew pr-pull --debug --autosquash --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
3636

3737
- name: Push commits
3838
uses: Homebrew/actions/git-try-push@master

0 commit comments

Comments
 (0)