File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 servers : ' [{"id": "ossrh", "username": "${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_USERNAME }}", "password": "${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_PASSWORD }}"}]'
2929 - name : Release to production
30- run : mvn clean release:clean release:prepare release:perform -B -DaltDeploymentRepository=ossrh::https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
31-
32- - name : Delete sample post-production verification function
33- run : mvn clean polyapi:delete-function -Dcontext=io.polyapi.deploy.verification -Dname=verification-function
34-
35- - name : Deploy sample post-production verification function
36- run : mvn polyapi:deploy-functions // Complete this
37-
38- - name : Generate sources for sample post-production verification function
39- run : mvn clean compile // Fix this
40-
41- - name : Execute post-production verification function
42- run : mvn clean verify
30+ run : mvn clean release:clean release:prepare release:perform -B -DaltDeploymentRepository=ossrh::https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
You can’t perform that action at this time.
0 commit comments