Skip to content

Commit 5bbd4b7

Browse files
committed
main default
1 parent 0306b64 commit 5bbd4b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/go-release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
dist/vipdatasync_*/vipdatasync
4040
dist/vipdatasync_*.tar.gz
4141
dist/**/*.sbom.json
42-
- uses: typisttech/upload-goreleaser-sboms-action@exit
42+
- uses: typisttech/upload-goreleaser-sboms-action@main
4343
id: upload-sbom
44-
with:
45-
retention-days: 8
46-
compression-level: 2
4744

4845
attest-build-provenance:
4946
needs: [release]
@@ -90,6 +87,7 @@ jobs:
9087
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9188
REPO: ${{ github.repository }}
9289
TAG: ${{ github.ref_name }}
90+
- run: tree artifacts
9391
- run: ls | xargs -I {} gh attestation verify --repo $REPO {}
9492
working-directory: artifacts
9593
env:

0 commit comments

Comments
 (0)