Skip to content

Commit b707ca4

Browse files
committed
Missing config?
1 parent 7ea6f14 commit b707ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-v2-snapshot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
distribution: 'corretto'
2121
java-version: 11
2222
server-id: ossrh
23+
server-username: MAVEN_USERNAME
24+
server-password: MAVEN_PASSWORD
2325
# TODO: use environments https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
2426
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} # Value of the GPG private key to import
2527
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase

0 commit comments

Comments
 (0)