Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed May 2, 2024
1 parent 998c0df commit 4edae10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Publish gem
env:
API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GEM_HOST_API_KEY:: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
gem push test-rc-sdk-*.gem --key ${API_KEY} --host https://rubygems.org
gem push test-rc-sdk-*.gem --host https://rubygems.org

0 comments on commit 4edae10

Please sign in to comment.