Skip to content

Commit

Permalink
GA: Fix problem with not recognizing release tag
Browse files Browse the repository at this point in the history
See actions/checkout#290 for why this helps.
  • Loading branch information
vslavik committed Sep 1, 2023
1 parent 415acf5 commit 3552bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The version to package. It is assumed that binaries in the tree are
# for this version.
VERSION := $(shell git describe --always | sed -e 's/^v//g')
VERSION := $(shell git describe --always --tags | sed -e 's/^v//g')


sources_base := WinSparkle-$(VERSION)-src
Expand Down

0 comments on commit 3552bed

Please sign in to comment.