Skip to content

Commit 228f709

Browse files
committed
Add steps to publish trino-client-ruby
1 parent 96ca640 commit 228f709

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publisher.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ jobs:
3232
3333
# Release
3434
- uses: rubygems/release-gem@v1
35+
36+
# see: https://github.com/rubygems/release-gem/blob/ebe1ec66bd8d2c709ac29aa2b43438d450e7a0a6/action.yml
37+
- name: Generate gem
38+
run: gem build trino-client-ruby.gemspec && ls -l trino-client-ruby-*.gem
39+
working-directory: ./trino-client-ruby
40+
- name: Push to rubygems.org
41+
run: gem push trino-client-ruby-*.gem
42+
working-directory: ./trino-client-ruby

0 commit comments

Comments
 (0)