Skip to content

Commit cbaf893

Browse files
author
Martin Dinh
committed
Add job to copy release notes to GitHub
1 parent ac7770a commit cbaf893

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,15 @@ maven_central_close_and_release:
8383
when: manual
8484
only:
8585
- tags
86+
87+
# GitHub Release
88+
framework_publish_github:
89+
script:
90+
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@${COMMON_REPO} tmp/common
91+
- pip3 install -r tmp/common/scripts/screenshots/requirements.txt
92+
- python3 tmp/common/scripts/tags/create_github_release.py -d pace/cloud-sdk-android
93+
allow_failure: true
94+
stage: publish
95+
only:
96+
- tags
97+
when: manual

0 commit comments

Comments
 (0)