We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ca640 commit 228f709Copy full SHA for 228f709
.github/workflows/publisher.yml
@@ -32,3 +32,11 @@ jobs:
32
33
# Release
34
- 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
0 commit comments