aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/changelog.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/changelog.yml')
-rw-r--r--.github/workflows/changelog.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index e89687a..e65d953 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -6,6 +6,11 @@ on:
- "v*"
# - v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
+ inputs:
+ version:
+ type: string
+ required: true
+ description: 'The version to update'
jobs:
deploy: