diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 29b4ff2..5bf2ead 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -1,7 +1,7 @@ name: Go on: - tag + release jobs: @@ -26,6 +26,6 @@ jobs: # Path used by golint command # golint-path: # optional, default is ./... - name: Build - run: goreleaser build --snapshot --rm-dist + run: goreleaser - name: Test run: go test -v ./...