We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71145c9 commit 5a3fec9Copy full SHA for 5a3fec9
1 file changed
.github/workflows/release.yml
@@ -38,9 +38,7 @@ jobs:
38
gpg-passphrase: MAVEN_GPG_PASSPHRASE
39
40
- name: Publish to Sonatype Central
41
- run: |
42
- set -eo pipefail
43
- mvn clean deploy -DskipTests=true -Prelease
+ run: mvn clean deploy -DskipTests=true -Prelease
44
env:
45
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
46
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments