Skip to content

Commit 5a3fec9

Browse files
committed
ci: simplify release workflow publish command
1 parent 71145c9 commit 5a3fec9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3939

4040
- name: Publish to Sonatype Central
41-
run: |
42-
set -eo pipefail
43-
mvn clean deploy -DskipTests=true -Prelease
41+
run: mvn clean deploy -DskipTests=true -Prelease
4442
env:
4543
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
4644
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)