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 9f6497b commit a54139dCopy full SHA for a54139d
ruby/publish/action.yml
@@ -16,6 +16,10 @@ inputs:
16
aws_secret_id:
17
description: The AWS_SECRET_ID defined for this project
18
required: true
19
+ bundler_cache_version:
20
+ description: The cache-version to use for the bundler cache
21
+ required: false
22
+ default: 0
23
dry_run:
24
description: Whether this is a dry run or not ("false" for releases)
25
@@ -49,6 +53,7 @@ runs:
49
53
with:
50
54
ruby-version: '3.2'
51
55
bundler-cache: true
56
+ cache-version: ${{ inputs.bundler_cache_version }}
52
57
58
- name: Get the release version
59
shell: bash
0 commit comments