Skip to content

Commit

Permalink
Update Publish action to use ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 23, 2023
1 parent 4ebff3c commit 6a72977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Tag and Push Gem
id: tag-and-push-gem
uses: discourse/publish-rubygems-action@v2
uses: discourse/publish-rubygems-action@v3
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GIT_EMAIL: ${{secrets.GIT_EMAIL}}
Expand Down

0 comments on commit 6a72977

Please sign in to comment.