Skip to content

Commit 44bafaa

Browse files
committed
fix: try fix github release artifacts
1 parent 6ac7af2 commit 44bafaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
-
1717
name: Set up Go
1818
uses: actions/setup-go@v3
19+
-
20+
name: Install syft
21+
run: |
22+
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
1923
-
2024
name: Create release tag
2125
uses: go-semantic-release/action@v1

0 commit comments

Comments
 (0)