Skip to content

Commit

Permalink
chore(ci): fixed no disk space in github action (#3836) (#3838)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2bcc4f8)

Co-authored-by: Jonathan <[email protected]>
  • Loading branch information
sbuettner and johnBgood authored Jan 9, 2025
1 parent 686a1a3 commit 8a749e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
RELEASE_VERSION: ${{ github.event.release.tag_name }}

- name: Deploy artifacts to Artifactory and Maven Central (Staging)
run: mvn -B compile generate-sources source:jar javadoc:jar deploy -PcheckFormat -Psonatype-oss-release
run: mvn -B -q compile generate-sources source:jar javadoc:jar deploy -PcheckFormat -Psonatype-oss-release
env:
NEXUS_USR: ${{ steps.secrets.outputs.ARTIFACTORY_USR }}
NEXUS_PSW: ${{ steps.secrets.outputs.ARTIFACTORY_PSW }}
Expand Down

0 comments on commit 8a749e4

Please sign in to comment.