Skip to content

Commit ced5e82

Browse files
adamruzickaekohl
authored andcommitted
Set up trusted publishers workflow
1 parent 30b7c35 commit ced5e82

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
# Pattern matched against refs/tags
6+
tags:
7+
- '**'
8+
9+
jobs:
10+
release:
11+
name: Release gem
12+
runs-on: ubuntu-latest
13+
environment: release
14+
if: github.repository_owner == 'theforeman'
15+
16+
permissions:
17+
id-token: write
18+
19+
steps:
20+
- uses: voxpupuli/ruby-release@v0

0 commit comments

Comments
 (0)