Fixed typos / missing git commands
continuous-integration/drone Build is failing Details

ref #1
This commit is contained in:
Nicolai Ort 2021-04-07 18:20:26 +02:00
parent 582ab67098
commit 0233961d6f
1 changed files with 3 additions and 1 deletions

View File

@ -45,14 +45,16 @@ type: kubernetes
name: prepare:tag
steps:
- name: run lib build
- name: bump package version
image: node:alpine
commands:
- npm --no-git-tag-version version ${SOURCE_TAG}
- name: commit & tag
image: alpine/git
commands:
- git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG}
- name: push to repo
image: appleboy/drone-git-push
settings: