Skip to content

Commit

Permalink
chore: update deploy.yaml
Browse files Browse the repository at this point in the history
Fixes sonatype Staging rules failure?
  • Loading branch information
VonDerBeck authored Feb 3, 2023
1 parent bc4bda1 commit d8fc65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
maven-usr: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_USR }}
maven-psw: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_PSW }}
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
maven-auto-release-after-close: true
maven-auto-release-after-close: false
github-token: ${{ secrets.GITHUB_TOKEN }}
id: release
- if: github.event.release
Expand Down

0 comments on commit d8fc65f

Please sign in to comment.