Skip to content

Commit

Permalink
chore: decouple the steps from each other
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 11, 2025
1 parent 4aa0547 commit 173a11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
# https://github.com/mislav/bump-homebrew-formula-action
publish-to-brew:
name: post / homebrew
needs: [publish]
runs-on: macos-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
Expand All @@ -50,7 +49,6 @@ jobs:

release:
name: post / github release
needs: [publish]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 173a11c

Please sign in to comment.