Skip to content

Commit 97647c3

Browse files
committed
Fix publishing
1 parent 88fdfd3 commit 97647c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
jobs:
1+
name: Publish to Rubygems
2+
on:
23
push:
34
branches:
45
- "main"
56
tags:
67
- v*
8+
9+
jobs:
10+
push:
711
name: Push gem to RubyGems.org
812
runs-on: ubuntu-latest
913

0 commit comments

Comments
 (0)