Skip to content

Release

Release #5

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
version:
description: Version
required: true
type: string
jobs:
call-workflow:
uses: orbinson/workflows/.github/workflows/github-release.yml@main

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 13, Col: 11): Error from called workflow orbinson/workflows/.github/workflows/github-release.yml@main (Line: 26, Col: 20): Unrecognized named-value: 'input'. Located at position 1 within expression: input.version
with:
version: inputs.version