Skip to content

Commit 2fa5ec3

Browse files
Remove redundant Maven configuration and SVN-specific parameter
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 23fe0f2 commit 2fa5ec3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
7878
java-version: "17"
7979
distribution: "temurin"
8080
cache: maven
81-
server-id: central
82-
server-username: MAVEN_USERNAME
83-
server-password: MAVEN_PASSWORD
84-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
85-
gpg-passphrase: MAVEN_GPG_PASSPHRASE
8681

8782
- name: Configure Git
8883
run: |
@@ -102,8 +97,7 @@ jobs:
10297
./mvnw -B release:prepare \
10398
-DreleaseVersion="${VERSION}" \
10499
-Dtag="${TAG_NAME}" \
105-
-DpushChanges=false \
106-
-DremoteTagging=false
100+
-DpushChanges=false
107101
env:
108102
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
109103
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)