Skip to content

Commit

Permalink
update publish rubygems action to ruby 3 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoblaska authored Dec 15, 2023
1 parent 53e40c0 commit 19b4919
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@8230315d06ad95c617244d2f265d237a1682d445
- name: Tag and Push Gem
id: tag-and-push-gem
uses: discourse/publish-rubygems-action@04549cca4eecd343acd215114ebbbdb99630af90
uses: discourse/publish-rubygems-action@4bd305c65315cb691bad1e8de97a87aaf29a0a85
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GIT_EMAIL: ${{secrets.ALEX_GIT_EMAIL}}
Expand Down

0 comments on commit 19b4919

Please sign in to comment.