From 98731e120369f589716cb15126302ae5aa1b0cc2 Mon Sep 17 00:00:00 2001 From: Moritz Zwerger Date: Mon, 22 Jan 2024 03:18:37 +0100 Subject: [PATCH] fix release publishing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41058e900..291d25bbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ publish: stage: publish image: alpine:latest script: + - apk add git curl - ./release/release.sh only: - master