Skip to content

Release v0.9.08 and prepare v0.9.09-SNAPSHOT (#73) #26

Release v0.9.08 and prepare v0.9.09-SNAPSHOT (#73)

Release v0.9.08 and prepare v0.9.09-SNAPSHOT (#73) #26

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: metricshub/workflows/.github/workflows/maven-central-deploy.yml@v2
with:
jdkVersion: "17"
secrets: inherit