Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Fix Homebrew bottle release indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed May 8, 2021
1 parent 00fdf0e commit 8e83709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:
asset_name: abbot-${{ needs.create_release.outputs.version }}-${{ runner.os }}.tar.gz
asset_content_type: application/octet-stream

# see: https://github.com/NSHipster/update-homebrew-formula-action
# see: https://github.com/yongrenjie/update-homebrew-formula-action

update_formula_version:
name: Update the Homebrew formula with latest release
runs-on: ubuntu-latest
needs: [build_upload]
steps:
- uses: NSHipster/update-homebrew-formula-action@main
- uses: yongrenjie/update-homebrew-formula-action@main
with:
repository: yongrenjie/abbotsbury
tap: yongrenjie/homebrew-abbotsbury
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
needs: [upload_bottle]
steps:
- uses: NSHipster/update-homebrew-formula-action@main
- uses: yongrenjie/update-homebrew-formula-action@main
with:
repository: yongrenjie/abbotsbury
tap: yongrenjie/homebrew-abbotsbury
Expand Down

0 comments on commit 8e83709

Please sign in to comment.