Skip to content

Publish Ruby

Publish Ruby #11

name: Publish Ruby
'on':
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 3.0.1
- uses: ./.github/actions/publish-ruby-action
env:
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}