Skip to content

Commit

Permalink
fix to setup-rubygems reference
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Sep 9, 2024
1 parent 2ee7430 commit 0f7628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
- uses: ./.github/actions/setup-rubygems@main
- uses: ./.github/actions/setup-rubygems
with:
api-key: ${{ secrets.RUBYGEMS_API_KEY }}
- run: bundle install
Expand Down

0 comments on commit 0f7628e

Please sign in to comment.