Skip to content

Bump version to 13.1.1 #40

Bump version to 13.1.1

Bump version to 13.1.1 #40

Workflow file for this run

name: Release
on:
push:
# Pattern matched against refs/tags
tags:
- '**'
jobs:
release:
name: Release gem
uses: theforeman/actions/.github/workflows/release-gem.yml@v0
with:
allowed_owner: theforeman
secrets:
api_key: ${{ secrets.RUBYGEM_API_KEY }}