We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefeaed commit 59b8575Copy full SHA for 59b8575
1 file changed
.github/workflows/release.yaml
@@ -31,5 +31,7 @@ jobs:
31
md5sum: false
32
goos: ${{ matrix.goos }}
33
goarch: ${{ matrix.goarch }}
34
+ build_flags: -tags urfave_cli_no_docs
35
+ ldflags: -X "github.com/asmaloney/gactar/util/version.BuildVersion=${{ env.RELEASE_TAG }}"
36
extra_files: doc examples scripts CHANGELOG.md CITATION.cff CONTRIBUTING.md LICENSE README.md
37
asset_name: '${{ env.REPOSITORY_NAME }}-${{ env.RELEASE_TAG }}-${{ env.OS_NAME }}-${{ matrix.goarch }}'
0 commit comments