File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,17 @@ jobs:
102102 MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
103103 MAVEN_CENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
104104
105+ demo_job :
106+ if : ${{github.event_name == 'workflow_dispatch' }}
107+ uses : optimizely/java-sdk/.github/workflows/build.yml@master
108+ with :
109+ action : ship
110+ secrets :
111+ MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
112+ MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
113+ MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
114+ MAVEN_CENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
115+
105116 snapshot :
106117 if : ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
107118 uses : optimizely/java-sdk/.github/workflows/build.yml@master
You can’t perform that action at this time.
0 commit comments