Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed Oct 20, 2024
1 parent fe08567 commit e51b24b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

release:
name: 🚀 Release
needs: ci
needs: build
if: github.ref_type == 'tag'
permissions:
contents: write
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:

update-formula:
runs-on: ubuntu-latest
needs: release
steps:
# I have no idea if it's actually necessary to install Git on the runner
# but checkout didn't work with available version over SSH.
Expand Down

0 comments on commit e51b24b

Please sign in to comment.