Skip to content

Commit

Permalink
Merge pull request #138 from ATIX-AG/release-gem
Browse files Browse the repository at this point in the history
Add release workflow
  • Loading branch information
m-bucher committed Apr 8, 2024
2 parents af340c9 + ff46e3c commit 6831efa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release_gem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Release

on: # yamllint disable-line rule:truthy
push:
# Pattern matched against refs/tags
tags: ['**']

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

0 comments on commit 6831efa

Please sign in to comment.