Skip to content

Merge pull request #11 from Kaligo/feature/mock-redis-support #5

Merge pull request #11 from Kaligo/feature/mock-redis-support

Merge pull request #11 from Kaligo/feature/mock-redis-support #5

Workflow file for this run

name: Release gem
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.4'
- uses: rubygems/release-gem@v1