Skip to content

[TH2-5069] Provided the ability to define configs directory using the… #11

[TH2-5069] Provided the ability to define configs directory using the…

[TH2-5069] Provided the ability to define configs directory using the… #11

name: Build and publish dev-release Java distributions to sonatype.
on:
push:
tags:
- \d+.\d+.\d+-dev
jobs:
build:
uses: th2-net/.github/.github/workflows/compound-java.yml@main
with:
build-target: 'Sonatype'
runsOn: ubuntu-latest
devRelease: true
secrets:
sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
sonatypeSigningKey: ${{ secrets.SONATYPE_GPG_ARMORED_KEY }}
sonatypeSigningPassword: ${{ secrets.SONATYPE_SIGNING_PASSWORD }}