switch to workflow_call instead of workflow_dispatch

This commit is contained in:
Martin Lippert
2024-03-13 15:53:18 +01:00
committed by GitHub
parent 44291b4640
commit 490cf9784a

View File

@@ -1,7 +1,7 @@
name: Create Release
on:
workflow_dispatch:
workflow_call:
inputs:
version:
description: Github release marker, i.e. 4.20.1.RELEASE
@@ -64,4 +64,4 @@ jobs:
release_name: ${{ inputs.version }}
body_path: ${{ github.workspace }}/gen-changelog.md
draft: true
prerelease: false
prerelease: false