We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54139d commit fc1c017Copy full SHA for fc1c017
ruby/publish/action.yml
@@ -35,6 +35,10 @@ inputs:
35
release_message_template:
36
description: The template for the release message. Use "{0}" in the text to refer to the current version.
37
required: true
38
+ rubygems_version:
39
+ description: The version of Rubygems to use (see setup-ruby/action.yml)
40
+ required: false
41
+ default: latest
42
silk_asset_group:
43
description: The Silk asset group for the project
44
@@ -52,6 +56,7 @@ runs:
52
56
uses: ruby/setup-ruby@v1
53
57
with:
54
58
ruby-version: '3.2'
59
+ rubygems: ${{ inputs.rubygems_version }}
55
60
bundler-cache: true
61
cache-version: ${{ inputs.bundler_cache_version }}
62
0 commit comments