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 d115e12 commit 998c0df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
gem build test-rc-sdk.gemspec
- name: Publish gem
env:
API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
gem push test-rc-sdk-*.gem --key ${{ secrets.RUBYGEMS_API_KEY }} --host https://rubygems.org
gem push test-rc-sdk-*.gem --key ${API_KEY} --host https://rubygems.org

0 comments on commit 998c0df

Please sign in to comment.