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 272dff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish gem

on:
push:
pull_request:
branches: [main]

jobs:
Expand All @@ -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 272dff8

Please sign in to comment.