Skip to content

Commit 0a6e031

Browse files
authored
Prevent lambda layer release failure due to eagerly merging version bump (#3992)
1 parent 9c8713d commit 0a6e031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-step-3.yml

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
name: "Bump versions and create PR"
197197
needs:
198198
- await-maven-central-artifact
199+
- publish-aws-lambda # The AWS lambda layer publishing breaks if the version-bump PR is accidentally merged before it finished
199200
uses: ./.github/workflows/pre-post-release.yml
200201
permissions:
201202
contents: write

0 commit comments

Comments
 (0)