Skip to content

Commit dd4b5a6

Browse files
authored
build: adding missing dependency on release-please workflow for provenance workflow (#247)
1 parent 16f9588 commit dd4b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sdk_cmake_target: 'launchdarkly-cpp-client'
4444

4545
release-client-provenance:
46-
needs: ['release-client']
46+
needs: ['release-please', 'release-client']
4747
strategy:
4848
matrix:
4949
# Generates a combined attestation for each platform

0 commit comments

Comments
 (0)