mirror of
https://github.com/swaywm/sway.git
synced 2024-11-12 21:43:59 +01:00
release: push tags before creating GitHub release
Otherwise the GitHub release isn't attached to the Git tag.
This commit is contained in:
parent
a0b3606f17
commit
a2757e5f16
@ -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 New Issue
Block a user