Skip to content

Commit

Permalink
(maint) - add version input to release_prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Jul 27, 2023
1 parent 36d14fe commit 2a72cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Release Prep"

on:
workflow_dispatch:
inputs:
version:
description: "Version of module to be released. Must be a valid semver string. Ex: 1.0.0"
required: true

jobs:
release_prep:
Expand Down

0 comments on commit 2a72cbf

Please sign in to comment.