We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82948d7 commit 254d977Copy full SHA for 254d977
.gitlab-ci.yml
@@ -6,6 +6,7 @@ include:
6
- project: 'deepl/ops/ci-cd-infrastructure/gitlab-ci-lib'
7
file:
8
- '/templates/.secret-detection.yml'
9
+ - '/templates/.gitlab-release.yml'
10
- template: Security/SAST.gitlab-ci.yml
11
12
# Global --------------------------
@@ -225,3 +226,9 @@ publish_manual:
225
226
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
227
script:
228
- ./gradlew publish
229
+
230
+gitlab release:
231
+ stage: publish
232
+ extends: .create_gitlab_release
233
+ rules:
234
+ - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
0 commit comments