Skip to content

Commit

Permalink
[Fix] Add login publish rubygem (#94)
Browse files Browse the repository at this point in the history
* feat: add process release

* fix: ajust

* fix: update ci

* fix: update-test

* Revert "fix: update-test"

This reverts commit 88a84b6.

* fix: update checkout

* fix: add login
  • Loading branch information
kelvincarvalhosilva authored Jan 22, 2025
1 parent ab98e6e commit d29758a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Validate gemspec
run: gem build mercadopago.gemspec

- name: Login to RubyGems
run: gem signin --api-key ${{ secrets.RUBYGEMS_API_KEY }}

- name: Build and Push Gem
env:
Expand Down

0 comments on commit d29758a

Please sign in to comment.