Skip to content

Publish Patch Package #11

Publish Patch Package

Publish Patch Package #11

Workflow file for this run

name: Publish Patch Package
on:
workflow_dispatch:
inputs:
publish_to_maven:
description: 'True to publish the artifacts to maven repository, false to skip the step'
default: true
required: false
type: boolean
jobs:
build-publish-package:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@main
with:
release_type: 'Patch'
publish_to_maven: ${{ inputs.publish_to_maven }}
secrets: inherit