CI: don't accidentally push lightweight translation tag

This commit is contained in:
Adriaan de Groot 2019-11-28 16:49:08 +01:00
parent b4e9ec7eb1
commit cb659555a2

View File

@ -151,7 +151,7 @@ rm -rf "$TMPDIR" # From tarball
# #
cat <<EOF cat <<EOF
# Next steps for this release: # Next steps for this release:
git push --tags git push origin v$V
gpg -s -u $KEY_ID --detach --armor $TAR_FILE # Sign the tarball gpg -s -u $KEY_ID --detach --armor $TAR_FILE # Sign the tarball
# Upload tarball $TAR_FILE and the signature $TAR_FILE.asc # Upload tarball $TAR_FILE and the signature $TAR_FILE.asc
# Announce via https://github.com/calamares/calamares/releases/new # Announce via https://github.com/calamares/calamares/releases/new