Skip to content

Merge pull request #2 from MetricsHub/feature/update-deployment #2

Merge pull request #2 from MetricsHub/feature/update-deployment

Merge pull request #2 from MetricsHub/feature/update-deployment #2

Workflow file for this run

# When main branch is updated:
# - Deploy the artifacts to Maven Central
# - Update the dependency graph
name: Maven Deploy
on:
push:
branches: [ "main" ]
permissions:
id-token: write
contents: write
pages: write
jobs:
deploy:
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
with:
jdkVersion: "17"
secrets: inherit