Skip to content

Commit 4f267a8

Browse files
ci: fix API release deployment race condition #228 (#229)
1 parent 333d2fc commit 4f267a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
deploy:
4040
if: startsWith(github.ref_name,'iapp-api-v')
41-
needs: get-version
41+
needs: [get-version, docker-publish]
4242
uses: ./.github/workflows/reusable-api-deploy.yml
4343
with:
4444
tag: ${{ needs.get-version.outputs.version }}

0 commit comments

Comments
 (0)