Skip to content

Commit

Permalink
🔥 Remove bottle step from release workflow
Browse files Browse the repository at this point in the history
This is already part of brew_tap_update
  • Loading branch information
phatblat committed Jul 29, 2024
1 parent 56a3ffc commit 78757ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ jobs:
DRY_RUN=${{ env.DRY_RUN }} \
script/brew_tap_update ${{ env.MAS_VERSION }}
- name: 🍼 Homebrew Bottles for mas tap
run: |
script/bottle
- name: 🚀 Upload Bottles
if: ${{ env.DRY_RUN == 'false' }}
run: |
Expand Down

0 comments on commit 78757ab

Please sign in to comment.