Skip to content

Commit bd826ba

Browse files
fix typo on curl command of cyclonedx (#8945) (#8951)
(cherry picked from commit b365cb3) Co-authored-by: Angelos Kyratzakos <[email protected]>
1 parent 91b04d7 commit bd826ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: ci/setup-cyclonedx-cli
141141
run: |
142-
curl -sSfL https://github.com/CycloneDX/cyclonedx-cli/releases/download/0.27.2/cyclonedx-linux-x64 -o cyclonedx
142+
curl -sSfL https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/cyclonedx-linux-x64 -o cyclonedx
143143
chmod +x cyclonedx
144144
sudo mv cyclonedx /usr/local/bin/
145145

0 commit comments

Comments
 (0)