Skip to content

Commit 48b5b08

Browse files
committed
OPS-15 Fixed attest approval
1 parent cee8f08 commit 48b5b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
attest-approval:
166166
name: Attest approval
167-
needs: [set-to-released]
167+
needs: [check-approved-release, deploy-to-prod, set-to-released]
168168
runs-on: ubuntu-latest
169169
env:
170170
RELEASE_ID: ${{ needs.check-approved-release.outputs.release_id }}

0 commit comments

Comments
 (0)