Skip to content

fix: correct rubygems trusted publishing workflow per official docs #3

fix: correct rubygems trusted publishing workflow per official docs

fix: correct rubygems trusted publishing workflow per official docs #3

Workflow file for this run

name: Publish
on:
push:
tags: ['v*']
jobs:
publish:
name: Publish to RubyGems
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- uses: rubygems/release-gem@v1