github release workflow: fix structure

(cherry picked from commit b1d1ef1b6e)
This commit is contained in:
Johannes Altmanninger
2025-09-22 18:19:09 +02:00
parent 4fe70f6965
commit b87ef689fa

View File

@@ -1,11 +1,11 @@
name: Create a new release
on: workflow_dispatch
inputs:
version:
description: 'Version to release (tag name)'
required: true
type: string
inputs:
version:
description: 'Version to release (tag name)'
required: true
type: string
permissions:
contents: write