Skip to content

Commit 85dfbaf

Browse files
committed
Fix workflow prereq
1 parent 044dd22 commit 85dfbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
images-promote:
5757
name: Promote images (PROD)
58-
needs: deploy, images-backup
58+
needs: [deploy, images-backup]
5959
permissions:
6060
packages: write
6161
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)