Skip to content

Commit 4a6e74e

Browse files
committed
ci: add includeVersion option flag to discard version number in release
It makes the installation script easy to work with github releases - no need to specify the version number each time
1 parent 9af57ca commit 4a6e74e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
dest: ./dist/
3131
ldflags: "-s -w -X 'main.version=$(git describe --tags)'"
3232
checksum: checksums.txt
33+
includeVersion: false
3334

3435
- name: list binaries
3536
run: ls ./dist/

0 commit comments

Comments
 (0)