We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61d870 commit 2d331fcCopy full SHA for 2d331fc
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
timeout-minutes: 60
17
outputs:
18
hashes: ${{ steps.hash.outputs.hashes }}
19
+ tag_name: ${{ steps.tag.outputs.tag_name }}
20
steps:
21
- name: Checkout
22
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -69,6 +70,6 @@ jobs:
69
70
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
71
with:
72
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
73
+ upload-tag-name: "${{ needs.goreleaser.outputs.tag_name }}"
74
upload-assets: true # upload to a new release
- upload-tag-name: "${{ needs.release.outputs.tag_name }}"
75
draft-release: true
0 commit comments