Update go-release.yml

This commit is contained in:
Marcel M. Otte 2022-01-07 11:33:42 +01:00 committed by GitHub
parent 164db58156
commit dfff4af38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Go name: Go
on: on:
tag release
jobs: jobs:
@ -26,6 +26,6 @@ jobs:
# Path used by golint command # Path used by golint command
# golint-path: # optional, default is ./... # golint-path: # optional, default is ./...
- name: Build - name: Build
run: goreleaser build --snapshot --rm-dist run: goreleaser
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...