File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
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"
1419
1520jobs :
1621 release :
3035 - name : " Setup ruby"
3136 uses : " ruby/setup-ruby@v1"
3237 with :
33- ruby-version : " 2.7 "
38+ ruby-version : ${{ github.event.inputs.ruby-version }}
3439 bundler-cache : " true"
3540
3641 - 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"
1924
2025jobs :
2126 release_prep :
3439 - name : " setup ruby"
3540 uses : " ruby/setup-ruby@v1"
3641 with :
37- ruby-version : " 2.7 "
42+ ruby-version : ${{ github.event.inputs.ruby-version }}
3843 bundler-cache : " true"
3944
4045 - name : " bundle environment"
You can’t perform that action at this time.
0 commit comments