diff --git a/.drone.yml b/.drone.yml index c529c50..f83d7d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,8 @@ steps: - git remote add upstream git@github.com:muhep06/dgd-backupper-php.git - git pull upstream master - git pull upstream master --tags + - git add . + - git commit -m "$(git describe --abbrev=0 --tags)" - git push upstream master - git push upstream master --tags when: