This commit is contained in:
josch 2024-09-24 19:23:45 +02:00
parent 90f4d79e48
commit 6fe30953cc

View File

@ -44,6 +44,8 @@ release:
stage: release
rules:
- if: $CI_COMMIT_TAG
variables:
dry_run: "false"
before_script:
# Install Node.js v21.x manually
- apt-get update && apt-get install -y curl
@ -61,8 +63,6 @@ release:
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
variables:
dry_run: "false"
needs:
- job: release
rules: