Skip to content

Commit

Permalink
ci: need to add job requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 13, 2025
1 parent fd74a49 commit b4a2595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
echo "Pre-release: $prerelease"
build:
needs: [ init ]
uses: ./.github/workflows/build-binary.yaml
with:
version: ${{ needs.init.outputs.version }}
Expand Down

0 comments on commit b4a2595

Please sign in to comment.