Skip to content

Commit

Permalink
update github config
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Nov 28, 2024
1 parent 9c717d3 commit a0fc329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_TTY: /dev/null
GNUPGHOME: ~/.gnupg
jobs:
maven-package:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -89,6 +88,7 @@ jobs:
mvn gitflow:release-start gitflow:release-finish \
-DskipTests=true \
-Prelease \
-Dgpg.options=--pinentry-mode=loopback \
-DpostReleaseGoals=deploy \
-DargLine='-Prelease -DskipTests -s .github/workflows/settings.xml' \
-DargLine='-Prelease -DskipTests -Dgpg.options=--pinentry-mode=loopback -s .github/workflows/settings.xml' \
-B -s .github/workflows/settings.xml

0 comments on commit a0fc329

Please sign in to comment.