Skip to content

Commit 129c7f9

Browse files
authored
Update release-build.yml
Add back the publish-sdk.
1 parent 8788707 commit 129c7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
190190
publish-layer-prod:
191191
runs-on: ubuntu-latest
192-
needs: [download-artifacts]
192+
needs: [download-artifacts, publish-sdk]
193193
strategy:
194194
matrix:
195195
aws_region: ${{ fromJson(needs.download-artifacts.outputs.aws_regions_json) }}

0 commit comments

Comments
 (0)