From 6fb5be4809bf8c14192b9305a903bd2d0627f617 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 7 Apr 2021 18:30:04 +0200 Subject: [PATCH] Now explicitly pushing tags ref #1 --- .drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a4c3cb..07004e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,16 +62,22 @@ steps: - git add . - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" - git tag ${SOURCE_TAG} - - name: push to repo + - name: push commit to repo image: appleboy/drone-git-push settings: branch: main commit: false - followtags: true author_email: bot@odit.services remote: git@git.odit.services:lfk/scanclient-electron.git ssh_key: from_secret: git_ssh + - name: push tag to repo + image: appleboy/drone-git-push + settings: + followtags: true + remote: git@git.odit.services:lfk/scanclient-electron.git + ssh_key: + from_secret: git_ssh trigger: event: