Skip to content

Finalize Release

Finalize Release #31

name: Finalize release
on:
workflow_dispatch:
inputs:
version-name:
description: "Version Name"
required: true
type: string
jobs:
update_release_notes:
name: Update release notes
uses: ./.github/workflows/update_release_notes.yml

Check failure on line 14 in .github/workflows/finalize_release.yml

View workflow run for this annotation

GitHub Actions / Finalize release

Invalid workflow file

The workflow is not valid. In .github/workflows/finalize_release.yml (Line: 14, Col: 11): Error from called workflow Adyen/adyen-testcards-android/.github/workflows/update_release_notes.yml@48fcb369e54aa32c60c3b1c5a40e5a75bc5da8ab (Line: 32, Col: 5): Required property is missing: runs-on
secrets: inherit
with:
version-name: ${{ inputs.version-name }}