🐛 Don't sign tag during autoupdate

This is a temporary restriction since during the implementation of
building the autoupdate functionality and the pipeline handling GPG
additionally would be a bit too much at once.

Refs: #8
This commit is contained in:
Marcel Kapfer 2023-07-19 23:41:08 +02:00
parent ac512f5bde
commit efabda309b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -63,5 +63,5 @@ git switch main
git merge --ff-only version-"$new"
git push origin main
git tag -s v"$new" "Upstream version $new"
git tag -a v"$new" "Upstream version $new"
git push --tags origin main