Skip to content

.github/workflows/release_workflow.yml #22

.github/workflows/release_workflow.yml

.github/workflows/release_workflow.yml #22

name: Trigger Publish
on:
workflow_dispatch:
inputs:
project-dir:
default: ''
required: true
description: 'was ist das projekt directory'
jobs:
publish-package:
uses: ./.github/workflows/reuse-release-workflow.yml

Check failure on line 12 in .github/workflows/release_workflow.yml

View workflow run for this annotation

GitHub Actions / Trigger Publish

Invalid workflow file

The workflow is not valid. In .github/workflows/release_workflow.yml (Line: 12, Col: 11): Error from called workflow MrSebastian/TodoAppOSSDemo/.github/workflows/reuse-release-workflow.yml@cdc2e890f68aba9b94655ff538ac58c27e35d5bb (Line: 6, Col: 9): Required property is missing: type
with:
project-dir: ${{ github.event.inputs.project-dir }}