diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35df97b..124be6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,10 +33,11 @@ jobs: git checkout pr-$PULL_REQUEST # 2. Run the pull (this adds the 'bottle do' lines and commits them locally) - brew pr-pull --debug --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST + brew pr-pull --debug --no-cherry-pick --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST - name: Push commits uses: Homebrew/actions/git-try-push@master with: token: ${{ secrets.PAT }} - branch: ${{ github.event.pull_request.head.ref }} \ No newline at end of file + branch: ${{ github.event.pull_request.head.ref }} + force: true \ No newline at end of file