Skip to content

Commit 7867926

Browse files
committed
Add workflow to publish to rubygems.org
Adds workflow to publish to rubygems.org
1 parent 71b0190 commit 7867926

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish Gem
2+
3+
on:
4+
push:
5+
tags: v*
6+
7+
jobs:
8+
call-workflow:
9+
uses: zendesk/gw/.github/workflows/ruby-gem-publication.yml@main
10+
secrets:
11+
RUBY_GEMS_API_KEY: ${{ secrets.RUBY_GEMS_API_KEY }}
12+
RUBY_GEMS_TOTP_DEVICE: ${{ secrets.RUBY_GEMS_TOTP_DEVICE }}

0 commit comments

Comments
 (0)