Skip to content

Commit

Permalink
Use discourse/publish-rubygems-action@main for gem publish as it seem…
Browse files Browse the repository at this point in the history
…s to be a better maintained version. Also add GIT identities for the same
  • Loading branch information
vipulnsward committed May 25, 2024
1 parent d3ac2ae commit 78b9308
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:

- name: Release Gem
if: contains(github.ref, 'refs/tags/v')
uses: cadwallion/publish-rubygems-action@master
uses: discourse/publish-rubygems-action@main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: rake release
GIT_EMAIL: [email protected]
GIT_NAME: Uploadcare Developers

0 comments on commit 78b9308

Please sign in to comment.