Skip to content

Publish tweak

Publish tweak #5

Workflow file for this run

name: Publish RubyGem
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Tests
run: |
bundle exec rspec