We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc24ef8 commit af6b410Copy full SHA for af6b410
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