Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unbeatable-101 authored Dec 31, 2023
1 parent 58e797e commit 6451f25
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 @@ -24,7 +24,7 @@ jobs:
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
run: brew pr-pull --artifact "*-bottles" --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

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

0 comments on commit 6451f25

Please sign in to comment.