commit a2757e5f165eae445ae550fd1d13f9ec0db44efc
parent a0b3606f1725ee56e8dc15ae51ce62d042c0668a
Author: Simon Ser <contact@emersion.fr>
Date: Sun, 29 Sep 2024 17:38:27 +0200
release: push tags before creating GitHub release
Otherwise the GitHub release isn't attached to the Git tag.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/release.sh b/release.sh
@@ -28,4 +28,5 @@ archive=$prefix.tar.gz
git archive --prefix="$prefix/" -o "$archive" "$next"
gpg --output "$archive".sig --detach-sig "$archive"
+git push --follow-tags
gh release create "sway $next" -t "$next" -n "" -d "$archive" "$archive.sig"