Skip to content

Commit 80e48d9

Browse files
committed
fix workflow for test
1 parent 9cf9841 commit 80e48d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255

256256
generate-lambda-release-note:
257257
runs-on: ubuntu-latest
258-
# needs: publish-layer-prod
258+
needs: build-layer
259259
outputs:
260260
layer-note: ${{ steps.layer-note.outputs.layer-note }}
261261
steps:

0 commit comments

Comments
 (0)