Skip to content

Commit

Permalink
Ensure that releases are not deployed from this workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jul 10, 2023
1 parent 968150f commit 3d9893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# -------------------------
- name: Deploy Maven Artifact SNAPSHOTs
run: |
mvn -e -Pgpg -Preporting deploy
mvn -e -Pgpg -Preporting deploy -Dmaven.deploy.skip=releases
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 3d9893d

Please sign in to comment.