Skip to content

Commit

Permalink
[build] stab at fixing version from release build
Browse files Browse the repository at this point in the history
  • Loading branch information
draxil committed Aug 2, 2022
1 parent c06b322 commit e7dc932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
project_path: "."
binary_name: "json2nd"
extra_files: LICENSE Readme.org doc/
ldflags: -X main.version=${{ GITHUB_REF }}
ldflags: -X main.version=${{ env.RELEASE_TAG }}

0 comments on commit e7dc932

Please sign in to comment.