Skip to content

Commit 5d32ca3

Browse files
Fix/prod tg versions (#12)
* Fix version templating * Fix needs
1 parent 70315df commit 5d32ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
platform_environment: production
2020

2121
call-terragrunt-deploy:
22-
needs: build-matrix
22+
needs: [get-tg-versions, build-matrix]
2323
permissions:
2424
contents: read
2525
id-token: write

0 commit comments

Comments
 (0)