Fix release script to push tags

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Este commit está contenido en:
Thomas Citharel 2021-06-21 11:36:18 +02:00
padre 0fde2264f0
commit d13bbf9340
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A061B9DDE0CA0773
Se han modificado 1 ficheros con 1 adiciones y 4 borrados

Ver fichero

@ -20,7 +20,4 @@ fi
git tag -s -a "$version" -m "$changelog"
APP_VERSION="${CI_COMMIT_TAG}"
APP_ASSET="${CI_PROJECT_NAME}_${APP_VERSION}_${ARCH}.tar.gz"
release-cli create --name "$CI_COMMIT_TAG" --tag-name "$CI_COMMIT_TAG" --assets-link "{\"name\":\"${APP_ASSET}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${APP_VERSION}/${APP_ASSET}\"}"
git push origin "$version"