Skip to content

Commit d9b6011

Browse files
Setup ruby in release job
1 parent ece373f commit d9b6011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ jobs:
166166
with:
167167
node-version: 16
168168
registry-url: https://registry.npmjs.org/
169+
- uses: ruby/setup-ruby@v1
170+
with:
171+
ruby-version: "3.2"
172+
bundler-cache: true
169173
- run: echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
170174
- run: rake "ci:publish[${PREREL_NAME:-$GITHUB_REF_NAME}]"
171175
env:

0 commit comments

Comments
 (0)