a
This commit is contained in:
parent
90f4d79e48
commit
6fe30953cc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user