Skip to content

Merge pull request #63 from MetricsHub/dependabot/maven/org.junit-jun… #28

Merge pull request #63 from MetricsHub/dependabot/maven/org.junit-jun…

Merge pull request #63 from MetricsHub/dependabot/maven/org.junit-jun… #28

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