Skip to content

Commit

Permalink
pr-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 10, 2025
1 parent c49c87a commit e7eb548
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: brew install --build-bottle "$FORMULA_NAME"
env:
FORMULA_NAME: rbenv/tap/${{ matrix.formula }}
HOMEBREW_NO_ENV_HINTS: 1

- name: Build bottle
run: brew bottle --json "$FORMULA_NAME" --root-url "$BOTTLE_ROOT_URL" --keep-old
Expand Down Expand Up @@ -114,8 +115,12 @@ jobs:
- run: ls -l

- name: Upload bottles
run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --committer "Mislav Marohnić <[email protected]>" --warn-on-upload-failure
run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --warn-on-upload-failure
env:
GIT_COMMITTER_NAME: Mislav Marohnić
GIT_AUTHOR_NAME: Mislav Marohnić
GIT_COMMITTER_EMAIL: [email protected]
GIT_AUTHOR_EMAIL: [email protected]
HOMEBREW_GITHUB_PACKAGES_USER: mislav
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }}

Expand Down

0 comments on commit e7eb548

Please sign in to comment.