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 e8ba324 commit c953fc2
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=$GITHUB_REF_NAME"
ldflags: -X "main.version=${{ github.ref_name }} "
env:
CGO_ENABLED: 0

0 comments on commit c953fc2

Please sign in to comment.