Skip to content

Commit

Permalink
Merge pull request #71 from salemove/upgrade_publish_workflow
Browse files Browse the repository at this point in the history
Update publish CI workflow to latest
  • Loading branch information
deiwin committed Sep 22, 2023
2 parents 9790ab2 + 287239e commit 76a9f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:


- name: Release Gem
uses: discourse/publish-rubygems-action@b55d7b91b55e61752dc6cbc2972f8e16fe6c1a02
uses: discourse/publish-rubygems-action@4bd305c65315cb691bad1e8de97a87aaf29a0a85
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: rake release
GIT_EMAIL: support@salemove.com
GIT_NAME: sm-deployer

0 comments on commit 76a9f47

Please sign in to comment.