Skip to content

Commit

Permalink
Merge pull request #137 from edytuk/goreleaser
Browse files Browse the repository at this point in the history
Fix syntax
  • Loading branch information
DrDaveD committed Apr 8, 2022
2 parents 518603c + 20af767 commit 5579b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5579b98

Please sign in to comment.