Skip to content

Fix gemspec with heredoc #2

Fix gemspec with heredoc

Fix gemspec with heredoc #2

Workflow file for this run

name: Publish Gem
on:
push:
tags:
- 'v*'
jobs:
push:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
environment: release
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.2.4'
- uses: rubygems/release-gem@v1