Skip to content

Commit

Permalink
fix: Add step to publish gem to rubygems to the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Aug 10, 2024
1 parent 7efb818 commit b6932f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write

name: release-please

Expand All @@ -16,3 +17,10 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
release-type: ruby
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: ruby/setup-ruby@v1
if: ${{ steps.release.outputs.release_created }}
with:
bundler-cache: true
- uses: rubygems/release-gem@v1

0 comments on commit b6932f3

Please sign in to comment.