Skip to content

Commit

Permalink
Merge pull request #19 from ATIX-AG/feature/add-release-action
Browse files Browse the repository at this point in the history
Add release workflow
  • Loading branch information
sbernhard authored Mar 27, 2024
2 parents 450a1d8 + 842517c commit c20c02e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release_gem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
create:
ref_type: tag

jobs:
release:
name: Release gem
uses: theforeman/actions/.github/workflows/release-gem.yml@v0
secrets:
api_key: ${{ secrets.RUBYGEM_API_KEY }}

0 comments on commit c20c02e

Please sign in to comment.