Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 26, 2023
1 parent 55ec276 commit e57c1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

- name: Publish to Apache Maven Central
run: mvn deploy --no-transfer-progress -DskipTests=true
run: mvn deploy -P publish-maven --no-transfer-progress -DskipTests=true
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

release-net:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit e57c1cf

Please sign in to comment.