We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3449db8 + f1968c4 commit 0ecf62eCopy full SHA for 0ecf62e
.gitlab-ci.yml
@@ -665,6 +665,18 @@ publish:release-session-replay-material:
665
- !reference [.snippets, set-publishing-credentials]
666
- ./gradlew :features:dd-sdk-android-session-replay-material:publishToSonatype --stacktrace --no-daemon
667
668
+publish:release-session-replay-compose:
669
+ tags: [ "arch:amd64" ]
670
+ only:
671
+ - tags
672
+ - develop
673
+ image: $CI_IMAGE_DOCKER
674
+ stage: publish
675
+ timeout: 30m
676
+ script:
677
+ - !reference [.snippets, set-publishing-credentials]
678
+ - ./gradlew :features:dd-sdk-android-session-replay-compose:publishToSonatype --stacktrace --no-daemon
679
+
680
publish:release-logs:
681
tags: [ "arch:amd64" ]
682
only:
0 commit comments