Skip to content

Commit 703671a

Browse files
committed
release: push tags before creating GitHub release
Otherwise the GitHub release isn't attached to the Git tag. (cherry picked from commit a2757e5)
1 parent ae75fea commit 703671a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ archive=$prefix.tar.gz
2828
git archive --prefix="$prefix/" -o "$archive" "$next"
2929
gpg --output "$archive".sig --detach-sig "$archive"
3030

31+
git push --follow-tags
3132
gh release create "sway $next" -t "$next" -n "" -d "$archive" "$archive.sig"

0 commit comments

Comments
 (0)