mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
FIX: Release binaries don't contain semver string (#2078)
This commit is contained in:
@ -50,7 +50,8 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build binaries
|
name: Build binaries
|
||||||
command: goreleaser build --snapshot
|
# If there is no tag run a snapshot build
|
||||||
|
command: goreleaser build<<^pipeline.git.tag>> --snapshot<</pipeline.git.tag>>
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Enforce Go Formatted Code
|
name: Enforce Go Formatted Code
|
||||||
|
Reference in New Issue
Block a user