Skip to content

Commit

Permalink
atualizado pom e workflow, teste release (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelPereiraa authored Jul 23, 2024
1 parent 2df2597 commit f2a4ebb
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 @@ -41,7 +41,7 @@ jobs:
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
nexus_password: ${{ secrets.OSSRH_TOKEN }}
maven_goals_phases: clean -e -X -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh
maven_goals_phases: clean -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh

- name: Publish to GitHub Packages
run: mvn --batch-mode deploy -P github
Expand Down

0 comments on commit f2a4ebb

Please sign in to comment.