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
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 ./...