archrelease: explicitly push the main refspec

This commit is contained in:
Levente Polyak 2022-09-07 23:10:51 +02:00
parent f0946c65f5
commit 1844418956
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ fi
stat_busy "Releasing package"
printf -v tag_list ", %s" "$@"; tag_list="${tag_list#, }"
git tag -s -m "archrelease: released $pkgbase-$pkgver to $tag_list" "$tag_pkgver" || abort
git push --tags || abort
git push --tags main || abort
stat_done