Skip to content

Commit

Permalink
fix: add release to needs for prod merge_manifest step
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Nov 10, 2022
1 parent f65ccb3 commit 9074123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
no-cache: true

merge_manifest:
needs: [docker_x86_release, docker_arm_release]
needs: [release, docker_x86_release, docker_arm_release]
runs-on: ubuntu-latest
steps:
- uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 9074123

Please sign in to comment.