Skip to content

Commit

Permalink
Update publish-rubygems-action to address deprecation warning in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk committed Oct 31, 2022
1 parent 743ce01 commit 5567768
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@2d713f2092b4f02da811f4b591a10b6b56f0780e
uses: discourse/publish-rubygems-action@a3753e0ecc0c9f53b87c993ac854de93b39c4b53
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GIT_EMAIL: ${{secrets.ALEX_GIT_EMAIL}}
Expand Down

0 comments on commit 5567768

Please sign in to comment.