Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
using foreman actions template
  • Loading branch information
dosas committed Mar 27, 2024
1 parent 450a1d8 commit 842517c
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 842517c

Please sign in to comment.