Skip to content

Commit 05403fe

Browse files
committed
Add an action to release the gem
1 parent 8e0628a commit 05403fe

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Release
3+
4+
on:
5+
push:
6+
# Pattern matched against refs/tags
7+
tags:
8+
- 'v*'
9+
10+
jobs:
11+
release:
12+
name: Release gem
13+
uses: theforeman/actions/.github/workflows/release-gem.yml@v0
14+
with:
15+
allowed_owner: theforeman
16+
secrets:
17+
api_key: ${{ secrets.RUBYGEM_API_KEY }}

0 commit comments

Comments
 (0)