There was an error while loading. Please reload this page.
1 parent 036e0c5 commit 5ac8d4fCopy full SHA for 5ac8d4f
1 file changed
.github/workflows/publish.yml
@@ -52,6 +52,9 @@ jobs:
52
- name: Build gem
53
run: bundle exec rake build
54
55
+ - name: Configure RubyGems credentials
56
+ uses: rubygems/configure-rubygems-credentials@main
57
+
58
- name: Publish to RubyGems
59
run: gem push "pkg/unleash-openfeature-provider-${{ steps.version.outputs.gem_version }}.gem"
60
0 commit comments