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 d34a3dd commit 266db88Copy full SHA for 266db88
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
86
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
87
- name: Upload SBOM as release artifact
88
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
89
with:
90
files: compliance/sbom.json
91
tag_name: ${{ inputs.version_number }}
0 commit comments