Skip to content

Commit

Permalink
add release workflow (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Sep 24, 2024
1 parent 101ac3b commit f1fd25e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Release

on:
push:
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 }}

0 comments on commit f1fd25e

Please sign in to comment.