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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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