Skip to content

Merge pull request #10 from thatch-health/bart-v0.1.2 #32

Merge pull request #10 from thatch-health/bart-v0.1.2

Merge pull request #10 from thatch-health/bart-v0.1.2 #32

Workflow file for this run

name: Release
on:
push:
branches:
- "*"
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release Gem
if: contains(github.ref, 'refs/tags/v')
uses: cadwallion/publish-rubygems-action@master
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}