Skip to content

Release v0.9.05 and prepare v0.9.06-SNAPSHOT (#31) #3

Release v0.9.05 and prepare v0.9.06-SNAPSHOT (#31)

Release v0.9.05 and prepare v0.9.06-SNAPSHOT (#31) #3

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: [ "develop", "main" ]
jobs:
deploy:
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
with:
jdkVersion: "17"
secrets: inherit