Skip to content

Pin filters behaviour changed: conditions inside the message and meta… #1001

Pin filters behaviour changed: conditions inside the message and meta…

Pin filters behaviour changed: conditions inside the message and meta… #1001

name: Dev build and publish Java distributions to sonatype snapshot repository
on:
push:
branches-ignore:
- master
- version-*
- dev-version-*
- dependabot*
# paths:
# - gradle.properties
paths-ignore:
- README.md
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@main
with:
build-target: 'Sonatype'
runsOn: ubuntu-latest
secrets:
sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
sonatypeSigningKey: ${{ secrets.SONATYPE_GPG_ARMORED_KEY }}
sonatypeSigningPassword: ${{ secrets.SONATYPE_SIGNING_PASSWORD }}