We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0188441 commit 7469a47Copy full SHA for 7469a47
.gitlab-ci.yml
@@ -7,6 +7,7 @@ include:
7
file:
8
- '/templates/.buildkit.yml'
9
- '/templates/.secret-detection.yml'
10
+ - '/templates/.gitlab-release.yml'
11
- template: Security/SAST.gitlab-ci.yml
12
13
# Global --------------------------
@@ -297,3 +298,9 @@ pypi upload:
297
298
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
299
script:
300
- poetry publish --verbose --no-interaction
301
+
302
+gitlab release:
303
+ stage: publish
304
+ extends: .create_gitlab_release
305
+ rules:
306
+ - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
0 commit comments