Skip to content

Commit

Permalink
🔀 Merge pull request #10 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 committed Jun 11, 2024
2 parents 11f9d91 + f76437e commit 5730c0a
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.AppVersion=${{ 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 5730c0a

Please sign in to comment.