Skip to content

Commit c422bd9

Browse files
committed
build: uploading provenance to Github release as well
1 parent 8bb3f55 commit c422bd9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/manual-sdk-release-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ jobs:
6767
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
6868
with:
6969
base64-subjects: "${{ needs.release-sdk.outputs[format('hashes-{0}', matrix.os)] }}"
70+
upload-assets: true
71+
upload-tag-name: ${{ inputs.tag }}

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jobs:
5555
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
5656
with:
5757
base64-subjects: "${{ needs.release-client.outputs[format('hashes-{0}', matrix.os)] }}"
58+
upload-assets: true
59+
upload-tag-name: ${{ needs.release-please.outputs.package-client-tag }}

0 commit comments

Comments
 (0)