Skip to content

Bump version to 0.0.24 #1

Bump version to 0.0.24

Bump version to 0.0.24 #1

Workflow file for this run

name: Release
on:
push:
# Pattern matched against refs/tags
tags:
- '**'
jobs:
release:
name: Release gem
runs-on: ubuntu-latest
environment: release
if: github.repository_owner == 'theforeman'
permissions:
id-token: write
steps:
- uses: voxpupuli/ruby-release@v0