Merge branch '3.1.x' into 3.2.x

This commit is contained in:
Andy Wilkinson
2024-04-18 12:06:51 +01:00
3 changed files with 19 additions and 9 deletions

View File

@@ -41,8 +41,10 @@ jobs:
staging: true
version: ${{ needs.build-and-stage-release.outputs.version }}
secrets:
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
google-chat-webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
sync-to-maven-central:
name: Sync to Maven Central
needs: