mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-23 06:16:39 +00:00
Sets ruby version
This commit is contained in:
parent
13cfcd36ca
commit
75fb876ed2
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -11,6 +11,10 @@ jobs:
|
|||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: ruby/setup-ruby@v1
|
||||||
|
with:
|
||||||
|
ruby-version: 3.1.2
|
||||||
|
|
||||||
- name: publish gem
|
- name: publish gem
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user