mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-09 22:55:17 +08:00
FIX: Release binaries don't contain semver string (#2078)
This commit is contained in:
parent
17a43cb0a9
commit
07a04c36ce
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ jobs:
|
|||
|
||||
- run:
|
||||
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:
|
||||
name: Enforce Go Formatted Code
|
||||
|
|
Loading…
Add table
Reference in a new issue