Skip to content

RubyGems.org Release #8

RubyGems.org Release

RubyGems.org Release #8

Workflow file for this run

name: RubyGems.org Release
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write # for trusted publishing
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ruby
- uses: rubygems/[email protected]
- run: gem build slenips.gemspec
- run: gem install ./slenips-*.gem
- run: gem push ./slenips-*.gem