Skip to content

Commit 033a2d1

Browse files
authored
Merge pull request #138 from puppetlabs/malikparvez-patch-1
fix: Fix release.yml to remove ruby-version input
2 parents bc3b276 + 9e642a2 commit 033a2d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "release"
1+
name: "Release"
22

33
on:
44
workflow_dispatch:
@@ -7,15 +7,10 @@ on:
77
description: "The target for the release. This can be a commit sha or a branch."
88
required: false
99
default: "main"
10-
ruby-version:
11-
description: "Ruby version to use."
12-
required: false
13-
default: "3.1"
1410

1511
jobs:
1612
release:
1713
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
1814
with:
1915
target: "${{ github.event.inputs.target }}"
20-
ruby-version: "${{ github.event.inputs.ruby-version }}"
2116
secrets: "inherit"

0 commit comments

Comments
 (0)