Skip to content

Commit 16a7d87

Browse files
authored
Merge pull request #102 from puppetlabs/CONT-233-Add_version_input_gem_release
2 parents c1a8a5a + 87ce022 commit 16a7d87

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
@@ -7,10 +7,14 @@ on:
77
description: "The target for the release. This can be a commit sha or a branch."
88
required: false
99
default: "main"
10+
version:
11+
description: "Version of gem to be released."
12+
required: true
1013

1114
jobs:
1215
release_prep:
1316
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
1417
with:
1518
target: "${{ github.event.inputs.target }}"
19+
version: "${{ github.event.inputs.version }}"
1620
secrets: "inherit"

0 commit comments

Comments
 (0)