Skip to content

Merge pull request #69 from sentrysoftware/feature/issue-68-add-the-s… #34

Merge pull request #69 from sentrysoftware/feature/issue-68-add-the-s…

Merge pull request #69 from sentrysoftware/feature/issue-68-add-the-s… #34

Workflow file for this run

# 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