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 3, 2024
1 parent cd7064c commit 115116d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@ jobs:
publish:
name: Build and publish gem
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "3.0.6"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
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.0
with:
api_key: ${{secrets.RUBYGEMS_API_KEY}}
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 115116d

Please sign in to comment.