Skip to content

Commit

Permalink
Test deploy failed (#1338)
Browse files Browse the repository at this point in the history
* test deploy failed

Signed-off-by: JermaineHua <crazyhzm@apache.org>

* Add mvn clean for release

Signed-off-by: JermaineHua <crazyhzm@apache.org>

---------

Signed-off-by: JermaineHua <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM authored Aug 19, 2024
1 parent 69c8073 commit 26395c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Build with Maven
run: mvn --batch-mode deploy -DskipTests -Prelease -X
run: mvn clean install --batch-mode deploy -DskipTests -Prelease
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 26395c9

Please sign in to comment.