Skip to content

Prepare Release

Prepare Release #1

name: Prepare Release
on:
workflow_dispatch:
inputs:
version:
description: the version to be released. If it ends with '.0' a proper release is created, bugfix otherwise
required: true
type: string
workflow_call:
inputs:
version:
description: the version to be released. If it ends with '.0' a proper release is created, bugfix otherwise
required: true
type: string
jobs:
Prepare-Release:
uses: eclipse-edc/.github/.github/workflows/core-prepare-release.yml@main
secrets: inherit
with:
version: ${{ input.version }}

Check failure on line 22 in .github/workflows/prepare-release.yml

View workflow run for this annotation

GitHub Actions / Prepare Release

Invalid workflow file

The workflow is not valid. .github/workflows/prepare-release.yml (Line: 22, Col: 16): Unrecognized named-value: 'input'. Located at position 1 within expression: input.version