Skip to content

Commit 10e2a27

Browse files
committed
chore: remove redundant preparation steps in deploy workflow
1 parent 072b818 commit 10e2a27

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy_homebrew.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
run: dart run grinder homebrew-formula --version=${{ github.ref_name }}
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
29-
30-
- name: Prepare directory for PR
31-
run: |
32-
mkdir -p formula
33-
mv flutter_bunny.rb formula/
3428

3529
- name: Checkout homebrew-tap repo
3630
uses: actions/checkout@v3

0 commit comments

Comments
 (0)