Skip to content

Commit d406208

Browse files
authored
Merge pull request #139 from smlx/fix-syntax
fix: yaml / bash syntax
2 parents cc24ef8 + af6b410 commit d406208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
- name: Move sbom to avoid dirty git
72-
run: >
72+
run: |
7373
mkdir -p ./dist
7474
mv "$GITHUB_SBOM_PATH" ./dist/sbom.spdx.json
7575
env:

0 commit comments

Comments
 (0)