Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmxchere authored May 10, 2024
1 parent 03a24da commit e8ba324
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 @@ -24,6 +24,6 @@ jobs:
binary_name: can2mqtt
compress_assets: false
project_path: src
ldflags: -X "main.version=${{ vars.GITHUB_REF_NAME }}"
ldflags: -X "main.version=$GITHUB_REF_NAME"
env:
CGO_ENABLED: 0

0 comments on commit e8ba324

Please sign in to comment.