diff --git a/.drone.yml b/.drone.yml index 1a4c3cb..eefb423 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,16 +62,23 @@ 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 + branch: ${SOURCE_TAG} + remote: git@git.odit.services:lfk/scanclient-electron.git + ssh_key: + from_secret: git_ssh trigger: event: