1
0
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:
Chris Hunt
2023-02-16 11:28:59 -05:00
committed by GitHub
parent 17a43cb0a9
commit 07a04c36ce

View File

@ -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