Skip to content

Commit bffbdd5

Browse files
authored
Fix publish-library workflow properties (#480)
Update properties in the workflow that should've been edited in #479. Caused https://github.com/gabrielfeo/develocity-api-kotlin/actions/runs/17631030709
1 parent e029502 commit bffbdd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
publishDevelocityApiKotlinPublicationToMavenCentralRepository
4343
publishRelocationPublicationToMavenCentralRepository
4444
--rerun-tasks
45-
'-Pmaven.central.username=${{ secrets.MAVEN_CENTRAL_USERNAME }}'
46-
'-Pmaven.central.password=${{ secrets.MAVEN_CENTRAL_PASSWORD }}'
45+
'-PmavenCentralUsername=${{ secrets.MAVEN_CENTRAL_USERNAME }}'
46+
'-PmavenCentralPassword=${{ secrets.MAVEN_CENTRAL_PASSWORD }}'
4747
'-Psigning.password=${{ secrets.GPG_PASSWORD }}'
4848
'-Psigning.secretKey=${{ secrets.GPG_SECRET_KEY }}'
4949
artifact-name: 'outputs'

0 commit comments

Comments
 (0)