Skip to content

Commit

Permalink
chore(ci): fix workflow prereq (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 9, 2025
1 parent 044dd22 commit 4202ee2
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 @@ -55,7 +55,7 @@ jobs:

images-promote:
name: Promote images (PROD)
needs: deploy, images-backup
needs: [deploy, images-backup]
permissions:
packages: write
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 4202ee2

Please sign in to comment.