We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356bf3a commit 959d8f0Copy full SHA for 959d8f0
.github/workflows/spring-artifactory-deploy-to-maven-central.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Deploy Bundle to Maven Central Portal
102
if: env.CENTRAL_TOKEN_USERNAME
103
- uses: spring-io/central-publish-action@v0.2.0
+ uses: spring-io/central-publish-action@v0.3.0
104
with:
105
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
106
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
0 commit comments