Skip to content

Commit 2a72cbf

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(maint) - add version input to release_prep
1 parent 36d14fe commit 2a72cbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release_prep.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Release Prep"
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: "Version of module to be released. Must be a valid semver string. Ex: 1.0.0"
8+
required: true
59

610
jobs:
711
release_prep:

0 commit comments

Comments
 (0)