download from action run before uploading to release
This commit is contained in:
parent
5adc7785d0
commit
938ddd1bb6
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -53,6 +53,11 @@ jobs:
|
|||||||
id: previoustag
|
id: previoustag
|
||||||
uses: WyriHaximus/github-action-get-previous-tag@v1
|
uses: WyriHaximus/github-action-get-previous-tag@v1
|
||||||
|
|
||||||
|
- name: Download SBOM from github action
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ${{ env.ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT }}
|
||||||
|
|
||||||
- name: Add SBOM to release
|
- name: Add SBOM to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user