Skip to content

Commit 43a4e36

Browse files
authored
Merge branch 'main' into develop
2 parents 4067f03 + b8a6275 commit 43a4e36

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,4 @@ jobs:
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/

0 commit comments

Comments
 (0)