diff --git a/.drone.yml b/.drone.yml index aa98a95..37e05ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,9 +61,17 @@ steps: commands: - git add . - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" - - git tag ${SOURCE_TAG} - - git push --set-upstream origin main - + - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}" + - name: push to repo + image: appleboy/drone-git-push + settings: + commit: false + author_email: bot@odit.services + followtags: true + remote: git@git.odit.services:lfk/scanclient-electron.git + skip_verify: true + ssh_key: + from_secret: git_ssh trigger: event: exclude: