Skip to content

Commit

Permalink
Release gem GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Mar 4, 2024
1 parent 1bf3aa8 commit 094b071
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
create:
ref_type: tag

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 094b071

Please sign in to comment.