actions-sync
actions-sync copied to clipboard
version command does not return correct data
Running actions-sync
version always returns GHES Actions Sync v0.2
. Instead, it needs to return the actual version. We can do this by setting ldflags
in the .goreleaser.yml
and then using those values in the verision
CLI command.
https://goreleaser.com/customization/builds/