Skip to content

Commit 490cf97

Browse files
switch to workflow_call instead of workflow_dispatch
1 parent 44291b4 commit 490cf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-gh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create Release
22

33
on:
4-
workflow_dispatch:
4+
workflow_call:
55
inputs:
66
version:
77
description: Github release marker, i.e. 4.20.1.RELEASE
@@ -64,4 +64,4 @@ jobs:
6464
release_name: ${{ inputs.version }}
6565
body_path: ${{ github.workspace }}/gen-changelog.md
6666
draft: true
67-
prerelease: false
67+
prerelease: false

0 commit comments

Comments
 (0)