diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index decd673..f76c00b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,6 @@ jobs: run: | git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)" git push --tags - sudo mv snyk-linux* /usr/local/bin/ - name: Release binaries with GoReleaser uses: goreleaser/goreleaser-action@v2