Skip to content

Commit

Permalink
switch to workflow_call instead of workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Mar 13, 2024
1 parent 44291b4 commit 490cf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create Release

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

0 comments on commit 490cf97

Please sign in to comment.