/
actions
/
setup-ruby
Обзор
Документация
Войти
/
actions
/
setup-ruby
Код
Вики
Пакеты
0
Релизы
0
Аналитика
master
.github/workflows/release.yml
24 строки
682 B
dependabot[bot]
Bump actions/checkout from 6 to 7
29 июн 2026, 19:59
29 июн 2026, 19:59
bf35c27
Код
Авторство
О чём код?
name: Create a Release on: workflow_dispatch: permissions: contents: write # for creating release jobs: release: runs-on: ubuntu-latest env: GH_TOKEN: ${{ github.token }} GH_REPO: ${{ github.repository }} steps: - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: ./ with: ruby-version: '3.3' - run: ruby release.rb # The same as the update-v1-branch.yml workflow. # That workflow is not triggered by the release created above because of # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow - run: git push origin HEAD:v1