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.
2 parents b0d2cae + d87e799 commit c2504a8Copy full SHA for c2504a8
.github/workflows/release.yaml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
- name: Move sbom to avoid dirty git
72
- run: mv "$GITHUB_SBOM_PATH" /tmp/sbom/spdx.json
+ run: mv "$GITHUB_SBOM_PATH" /tmp/sbom.spdx.json
73
74
GITHUB_SBOM_PATH: ${{ steps.sbom.outputs.fileName }}
75
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
0 commit comments