Skip to content

Add ruby-3.0.7,ruby-3.1.5,ruby-3.2.4,ruby-3.3.1 #186

Add ruby-3.0.7,ruby-3.1.5,ruby-3.2.4,ruby-3.3.1

Add ruby-3.0.7,ruby-3.1.5,ruby-3.2.4,ruby-3.3.1 #186

Workflow file for this run

name: Update the v1 branch when a release is published
on:
release:
types: [published]
permissions:
contents: read
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write # for git push
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git push origin HEAD:v1