File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1111 required : false
1212 default : " main"
1313 type : " string"
14- ruby-version :
15- description : " Ruby version to use."
16- required : false
17- default : " 2.7"
18- type : " string"
1914
2015jobs :
2116 release :
3530 - name : " Setup ruby"
3631 uses : " ruby/setup-ruby@v1"
3732 with :
38- ruby-version : ${{ github.event.inputs.ruby-version }}
33+ ruby-version : " 2.7 "
3934 bundler-cache : " true"
4035
4136 - name : " Bundle environment"
Original file line number Diff line number Diff line change 1616 description : " Version of gem to be released."
1717 required : true
1818 type : " string"
19- ruby-version :
20- description : " Ruby version to use."
21- required : false
22- default : " 2.7"
23- type : " string"
2419
2520jobs :
2621 release_prep :
3934 - name : " setup ruby"
4035 uses : " ruby/setup-ruby@v1"
4136 with :
42- ruby-version : ${{ github.event.inputs.ruby-version }}
37+ ruby-version : " 2.7 "
4338 bundler-cache : " true"
4439
4540 - name : " bundle environment"
You can’t perform that action at this time.
0 commit comments