Skip to content

Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 (#12) #22

Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 (#12)

Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 (#12) #22

Workflow file for this run

name: Publish Gem
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:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: rake release