Skip to content

Commit

Permalink
{ci} Fix build tags on release
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Jun 13, 2022
1 parent fefeaed commit 59b8575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
md5sum: false
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_flags: -tags urfave_cli_no_docs
ldflags: -X "github.com/asmaloney/gactar/util/version.BuildVersion=${{ env.RELEASE_TAG }}"
extra_files: doc examples scripts CHANGELOG.md CITATION.cff CONTRIBUTING.md LICENSE README.md
asset_name: '${{ env.REPOSITORY_NAME }}-${{ env.RELEASE_TAG }}-${{ env.OS_NAME }}-${{ matrix.goarch }}'

0 comments on commit 59b8575

Please sign in to comment.