Skip to content

Publish Patch Package #1

Publish Patch Package

Publish Patch Package #1

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@v1

Check failure on line 12 in .github/workflows/publish-patch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-patch.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-patch.yaml" -> "IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
release_type: 'Patch'
publish_to_maven: ${{ inputs.publish_to_maven }}
java_version: "11"
secrets: inherit