From 4bcae0f92110ac7f6588af35c2669064b9faccf6 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 16 Apr 2024 17:10:48 +0200 Subject: [PATCH] ci: set branch name for semver --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af301473..f81dbdf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -191,6 +191,7 @@ semver: semantic-release publish -v DEBUG -D version_variable=./setup.py:__version__ -D hvcs=gitlab + -D branch=main allow_failure: false rules: