Skip to content

Commit

Permalink
ci: last tentative...
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Feb 3, 2024
1 parent 8a8f582 commit f598597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ jobs:
brew bump-formula-pr -f --version=${{ needs.build.outputs.version }} --no-browse --no-audit \
--sha256=${{ needs.build.outputs.shasum }} \
--url="https://github.com/Cecilapp/Cecil/releases/download/${{ needs.build.outputs.version }}/cecil.phar" \
cecil --debug
cecilapp/homebrew-tap/cecil
- name: Bump Beta Formula
if: "github.event.release.prerelease"
run: |
brew tap cecilapp/tap
brew bump-formula-pr -f --version=${{ needs.build.outputs.version }} --no-browse --no-audit \
--sha256=${{ needs.build.outputs.shasum }} \
--url="https://github.com/Cecilapp/Cecil/releases/download/${{ needs.build.outputs.version }}/cecil.phar" \
cecil-beta
cecilapp/homebrew-tap/cecil-beta

0 comments on commit f598597

Please sign in to comment.