We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc24ef8 + af6b410 commit d406208Copy full SHA for d406208
1 file changed
.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: >
+ run: |
73
mkdir -p ./dist
74
mv "$GITHUB_SBOM_PATH" ./dist/sbom.spdx.json
75
0 commit comments