Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
moberghammer committed Mar 12, 2024
1 parent 64a3034 commit 31f5456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
binary_name: "zfs-cleaner"
extra_files: LICENSE README.md
sha256sum: true
ldflags: "-X main.version=$(shell git describe --tags --dirty)"
ldflags: "-X main.version=${{ github.ref_name }}"

0 comments on commit 31f5456

Please sign in to comment.