Skip to content

Commit b8a6275

Browse files
authored
Update maven-publish.yml
Added quotes to fix build.
1 parent 0766f54 commit b8a6275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525

2626
- uses: s4u/[email protected]
2727
with:
28-
servers: '[{"id": "ossrh", "username": ${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_USERNAME }}, "password": ${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_PASSWORD }}}]'
28+
servers: '[{"id": "ossrh", "username": "${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_USERNAME }}", "password": "${{ secrets.DISTRIBUTION_REPOSITORY_RELEASE_PASSWORD }}"}]'
2929
- name: Release to production
3030
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)