Skip to content

Commit

Permalink
speed up release
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Oct 8, 2024
1 parent e45f3ae commit 826821d
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 @@ -110,7 +110,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 -DskipTests
run: mvn -B compile generate-sources source:jar javadoc:jar deploy -PcheckFormat -DskipTests
env:
NEXUS_USR: ${{ steps.secrets.outputs.ARTIFACTORY_USR }}
NEXUS_PSW: ${{ steps.secrets.outputs.ARTIFACTORY_PSW }}
Expand Down

0 comments on commit 826821d

Please sign in to comment.