Skip to content

Commit a2757e5

Browse files
emersionkennylevinsen
authored andcommitted
release: push tags before creating GitHub release
Otherwise the GitHub release isn't attached to the Git tag.
1 parent a0b3606 commit a2757e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
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)