a
This commit is contained in:
parent
90f4d79e48
commit
6fe30953cc
@ -44,6 +44,8 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
variables:
|
||||||
|
dry_run: "false"
|
||||||
before_script:
|
before_script:
|
||||||
# Install Node.js v21.x manually
|
# Install Node.js v21.x manually
|
||||||
- apt-get update && apt-get install -y curl
|
- apt-get update && apt-get install -y curl
|
||||||
@ -61,8 +63,6 @@ release:
|
|||||||
create-release:
|
create-release:
|
||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
variables:
|
|
||||||
dry_run: "false"
|
|
||||||
needs:
|
needs:
|
||||||
- job: release
|
- job: release
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
Reference in New Issue
Block a user