This commit is contained in:
parent
fe5147bd2e
commit
a46610f828
@ -46,10 +46,17 @@ steps:
|
|||||||
ca-certificates
|
ca-certificates
|
||||||
- |
|
- |
|
||||||
npm install semantic-release
|
npm install semantic-release
|
||||||
|
- |
|
||||||
|
export GIT_CREDENTIALS=${GIT_USERNAME}:${GIT_APIKEY}
|
||||||
- |
|
- |
|
||||||
npx semantic-release \
|
npx semantic-release \
|
||||||
--branches ${DRONE_BRANCH}
|
--branches ${DRONE_BRANCH} \
|
||||||
|
--repository-url
|
||||||
--dry-run
|
--dry-run
|
||||||
|
environment:
|
||||||
|
GIT_APIKEY:
|
||||||
|
from_secret: git_apikey
|
||||||
|
GIT_USERNAME: djpbessems
|
||||||
|
|
||||||
# - name: Install Ansible Galaxy collections
|
# - name: Install Ansible Galaxy collections
|
||||||
# depends_on:
|
# depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user