Disable buildvcs flag
This commit is contained in:
parent
18aac7c729
commit
1374dab087
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# GoReleaser config
|
# GoReleaser config
|
||||||
project_name: navidrome
|
project_name: navidrome
|
||||||
|
|
||||||
|
before:
|
||||||
|
hooks:
|
||||||
|
- go env -w GOFLAGS="-buildvcs=false"
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- id: navidrome_linux_amd64
|
- id: navidrome_linux_amd64
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue