Skip to content

Merge pull request #739 from folio-org/tmp-release-v3.5.1 #259

Merge pull request #739 from folio-org/tmp-release-v3.5.1

Merge pull request #739 from folio-org/tmp-release-v3.5.1 #259

Workflow file for this run

name: Maven central workflow
on:
push:
pull_request:
workflow_dispatch:
jobs:
maven:
uses: folio-org/.github/.github/workflows/maven.yml@v1
# Only handle push events from the main branch or tags, to decrease PR noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
java-version: '21'
publish-module-descriptor: true
allow-snapshots-release: false
do-sonar-scan: true
do-docker: true