diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5a4a06c4..641f6a85 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -22,8 +22,8 @@ jobs: with: go-version: 1.17.x - -name: Install syft - run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin + - name: Install syft + run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2