Skip to content

Commit 5ac8d4f

Browse files
committed
fix: auth to gems
1 parent 036e0c5 commit 5ac8d4f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Build gem
5353
run: bundle exec rake build
5454

55+
- name: Configure RubyGems credentials
56+
uses: rubygems/configure-rubygems-credentials@main
57+
5558
- name: Publish to RubyGems
5659
run: gem push "pkg/unleash-openfeature-provider-${{ steps.version.outputs.gem_version }}.gem"
5760

0 commit comments

Comments
 (0)