Skip to content

Commit 59b8575

Browse files
committed
{ci} Fix build tags on release
1 parent fefeaed commit 59b8575

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
md5sum: false
3232
goos: ${{ matrix.goos }}
3333
goarch: ${{ matrix.goarch }}
34+
build_flags: -tags urfave_cli_no_docs
35+
ldflags: -X "github.com/asmaloney/gactar/util/version.BuildVersion=${{ env.RELEASE_TAG }}"
3436
extra_files: doc examples scripts CHANGELOG.md CITATION.cff CONTRIBUTING.md LICENSE README.md
3537
asset_name: '${{ env.REPOSITORY_NAME }}-${{ env.RELEASE_TAG }}-${{ env.OS_NAME }}-${{ matrix.goarch }}'

0 commit comments

Comments
 (0)