mirror of https://github.com/qwc/backive.git
Update go-release.yml
This commit is contained in:
parent
164db58156
commit
dfff4af38f
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue