File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,17 @@ jobs:
6464 name : Deploy SNAPSHOTs
6565 command : ./gradlew publishLibraryPublicationToSnapshotRepository --stacktrace --no-daemon
6666
67- # deploy_plugin_release:
68- # <<: *defaults
69- # steps:
70- # - attach_workspace:
71- # at: ~/root
72- # - restore_cache:
73- # <<: *cache_key
74- # - run:
75- # name: Deploy plugin
76- # command: ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace --no-daemon
77- #
67+ deploy_plugin_release :
68+ << : *defaults
69+ steps :
70+ - attach_workspace :
71+ at : ~/root
72+ - restore_cache :
73+ << : *cache_key
74+ - run :
75+ name : Deploy plugin
76+ command : ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace --no-daemon
77+
7878# deploy_instrumentation_release:
7979# <<: *defaults
8080# steps:
@@ -98,14 +98,14 @@ workflows:
9898 filters :
9999 branches :
100100 only : master
101- # - deploy_plugin_release:
102- # requires:
103- # - build
104- # filters:
105- # branches:
106- # only: master
107- # tags:
108- # only: plugin-*
101+ - deploy_plugin_release :
102+ requires :
103+ - build
104+ filters :
105+ branches :
106+ only : master
107+ tags :
108+ only : plugin-*
109109# - deploy_instrumentation_release:
110110# requires:
111111# - build
You can’t perform that action at this time.
0 commit comments