From 6eb2d0145eff50c3243a364d821e769ae2ee06c9 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sun, 9 May 2021 03:01:59 +0000 Subject: [PATCH] ci: Add git to node image --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8db819..8e9f385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: