We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee808d5 commit 7f05a4eCopy full SHA for 7f05a4e
1 file changed
.github/workflows/maven-release.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
# Check out Git repository
34
- name: Checkout code
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
36
37
# Set up environment with Java and Maven
38
- name: Set up JDK
@@ -194,6 +194,7 @@ jobs:
194
distribution: 'temurin'
195
java-version: 11
196
cache: maven
197
+ server-id: central
198
server-username: MAVEN_USERNAME
199
server-password: MAVEN_CENTRAL_TOKEN
200
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
0 commit comments