From 0860532d1c97ca96a523da2c9f263e85ab2dedce Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Thu, 18 Jul 2024 16:37:48 +0200 Subject: [PATCH] refactor: merge notify and release stages --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 661ee85..238e1df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ image: durcheinander/pack-build:1.0.0 stages: - build - release -- notify build: image: durcheinander/export-apkgs:1.0.0 @@ -138,7 +137,7 @@ create-gitlab-release: url: '$ARTIFACTS_URL' send-release-notes-to-group: - stage: notify + stage: release resource_group: whatsapp rules: - if: $CI_COMMIT_TAG -- GitLab