Update go.yml
This commit is contained in:
parent
65abc7c609
commit
1c56a740e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.17
|
||||
- name: Build
|
||||
run: go build -v ./... -o scabiosa
|
||||
run: go build -o scabiosa -v ./...
|
||||
|
||||
- name: Bump version and push tag
|
||||
id: tag_version
|
||||
|
|
|
|||
Reference in a new issue