Skip to content

Commit 108cd5a

Browse files
Update release.yml
1 parent 3570f77 commit 108cd5a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ jobs:
5454
server-password: MAVEN_CENTRAL_TOKEN
5555
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
5656
gpg-passphrase: MAVEN_GPG_PASSPHRASE
57-
58-
# - name: Set up JDK
59-
# if: steps.get_version.outputs.is_snapshot == 'true'
60-
# uses: actions/setup-java@v4
61-
# with:
62-
# java-version: '8'
63-
# distribution: 'temurin'
64-
# server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
65-
# server-username: MAVEN_PORTAL_USERNAME # env variable for username in deploy
66-
# server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
67-
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
68-
# gpg-passphrase: MAVEN_GPG_PASSPHRASE
6957

7058
- name: Build with Maven
7159
run: mvn -B package --file auto-generated-sdk/pom.xml

0 commit comments

Comments
 (0)