ci: Add git to node image

This commit is contained in:
2021-05-09 03:01:59 +00:00
parent b1ca0497b0
commit 6eb2d0145e

View File

@@ -85,6 +85,7 @@ release:
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
script:
- touch CHANGELOG.md
- apk add --no-cache git
- npm install @semantic-release/gitlab @semantic-release/changelog @semantic-release/git
- npx semantic-release
artifacts: