Skip to content

After discussion in #14 I found that JAXB dependency is not needed an… #107

After discussion in #14 I found that JAXB dependency is not needed an…

After discussion in #14 I found that JAXB dependency is not needed an… #107

name: Deploy Snapshot SonaType OSS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
deploy-to-sonatype-oss:
uses: sfuhrm/github_workflows/.github/workflows/maven-deploy-snapshot-sonatype-oss.yml@main
with:
environment: deploy
secrets:
sonatype_user: ${{ secrets.SONATYPE_USER }}
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}