Skip to content

Commit

Permalink
🔀 Merge pull request #9 from ogticrd/add-version
Browse files Browse the repository at this point in the history
💚 set right go version variable name in build
  • Loading branch information
plusiv authored Jun 11, 2024
2 parents 6e1b285 + 337cddc commit 11f9d91
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 11f9d91

Please sign in to comment.