Skip to content

Commit d145cc4

Browse files
ci: use setup-ruby before using rake
1 parent 43681ff commit d145cc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
run: |
3838
MANUAL_TAG="${{ inputs.tag-name }}"
3939
echo "TAG_NAME=${MANUAL_TAG:-$(date +'%Y-%m-%d')-a}" >> $GITHUB_OUTPUT
40+
- uses: ruby/setup-ruby@v1
41+
if: ${{ inputs.type == 'stable' }}
42+
with:
43+
ruby-version: "3.4"
4044
- run: rake 'bump_version[${{ steps.generate-tag.outputs.TAG_NAME }}]'
4145
if: ${{ inputs.type == 'stable' }}
4246
- run: git commit -am "Release ${{ steps.generate-tag.outputs.TAG_NAME }}"

0 commit comments

Comments
 (0)