Skip to content

Commit

Permalink
💚 set right go version variable name in build
Browse files Browse the repository at this point in the history
  • Loading branch information
plusiv committed Jun 11, 2024
1 parent 27b9ed9 commit 337cddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.22.4"
ldflags: -X "${{ steps.module_name.outputs.module_name }}.cmd.Version=${{ github.event.release.tag_name }}"
ldflags: -X "${{ steps.module_name.outputs.module_name }}.cmd.AppVersion=${{ github.event.release.tag_name }}"
extra_files: LICENSE README.md

0 comments on commit 337cddc

Please sign in to comment.