Skip to content

Commit 48dbd63

Browse files
committed
troubleshoot validation
1 parent 8604c4d commit 48dbd63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/perform-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
distribution: "sapmachine"
7777
java-version: ${{ env.JAVA_VERSION }}
7878
server-id: central
79+
maven-version: '3.9.9'
7980

8081
- name: "Download Release Asset"
8182
id: download-asset
@@ -99,7 +100,7 @@ jobs:
99100
- name: "Deploy"
100101
run: |
101102
MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml -e"
102-
mvn clean deploy $MVN_ARGS
103+
mvn deploy $MVN_ARGS
103104
env:
104105
MAVEN_GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
105106

0 commit comments

Comments
 (0)