diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8968a36..957793f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: with: go-version: 1.17 - name: Build - run: go build -o scabiosa -v ./... + run: go build - name: Bump version and push tag id: tag_version