We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43681ff commit d145cc4Copy full SHA for d145cc4
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,10 @@ jobs:
37
run: |
38
MANUAL_TAG="${{ inputs.tag-name }}"
39
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"
44
- run: rake 'bump_version[${{ steps.generate-tag.outputs.TAG_NAME }}]'
45
if: ${{ inputs.type == 'stable' }}
46
- run: git commit -am "Release ${{ steps.generate-tag.outputs.TAG_NAME }}"
0 commit comments