From 3552bed25d917e6ef4d80a7dc3e23510c6567d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Fri, 1 Sep 2023 18:49:34 +0200 Subject: [PATCH] GA: Fix problem with not recognizing release tag See https://github.com/actions/checkout/issues/290 for why this helps. --- distrib.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib.makefile b/distrib.makefile index c553b60d..fda26e23 100644 --- a/distrib.makefile +++ b/distrib.makefile @@ -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