From d1d0bbf4a31879ec97d2db64200d12007e54f3c5 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 14 Sep 2022 11:52:57 +0200 Subject: [PATCH] Tags. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 54b391e..66664ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - apt-get update && apt-get install -y git - ./build.sh --publish --from-ci - git remote add pushing https://$GITEA_USR:$GITEA_PASS@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git - - git push pushing ${TAG} + - git push pushing --tags environment: GITEA_USR: from_secret: giteaUsr