Skip to content

Release to RubyGems.org #4

Release to RubyGems.org

Release to RubyGems.org #4

Workflow file for this run

name: Release to RubyGems.org
on:
workflow_dispatch:
concurrency: gem-release
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.4'
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: rubygems/release-gem@v1