Merge pull request #9 from sentrysoftware/release/v1.0.00 #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When main branch is updated: | |
# - Build | |
# - Deploy the artifacts to Maven Central | |
# - Update the dependency graph | |
name: Maven Deploy | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
deploy: | |
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main | |
with: | |
jdkVersion: "17" | |
secrets: inherit |