mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
release: push tags before creating GitHub release
Otherwise the GitHub release isn't attached to the Git tag.
(cherry picked from commit a2757e5f16
)
This commit is contained in:
parent
ae75fea8ef
commit
703671a12d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue