Now explicitly pushing tags
continuous-integration/drone Build is passing Details

ref #1
This commit is contained in:
Nicolai Ort 2021-04-07 18:30:04 +02:00
parent c629bc673e
commit 6fb5be4809
1 changed files with 8 additions and 2 deletions

View File

@ -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: