Skip to content

Commit

Permalink
ci: Fix broken needs statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Mar 3, 2023
1 parent c804df1 commit eda2581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

release-docker:
name: "Docker image"
needs: release-binary
needs: [calculate-version, release-binary]
runs-on: ubuntu-20.04
env:
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit eda2581

Please sign in to comment.