Skip to content

Commit

Permalink
use in-house action to publish gem
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocabrera820 committed May 4, 2024
1 parent cd7064c commit 408968e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Publish gem to Gh packages and RubyGems
uses: dawidd6/action-publish-gem@v1
uses: juliocabrera820/publish-ruby-gem-action@v1
with:
api_key: ${{secrets.RUBYGEMS_API_KEY}}
rubygems_api_key: ${{secrets.RUBYGEMS_API_KEY}}
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 408968e

Please sign in to comment.