Skip to content

Commit

Permalink
Merge pull request #139 from smlx/fix-syntax
Browse files Browse the repository at this point in the history
fix: yaml / bash syntax
  • Loading branch information
smlx committed Mar 21, 2024
2 parents cc24ef8 + af6b410 commit d406208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Move sbom to avoid dirty git
run: >
run: |
mkdir -p ./dist
mv "$GITHUB_SBOM_PATH" ./dist/sbom.spdx.json
env:
Expand Down

0 comments on commit d406208

Please sign in to comment.