Skip to content

Commit

Permalink
Merge pull request #11 from binance/rc-1.3.0
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
2pd committed Jul 21, 2022
2 parents 60c1f13 + 0eb38a8 commit 70e4778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials
gem build ruby-gem-release-test.gemspec
gem build binance-connector-ruby.gemspec
gem push *.gem
env:
RUBYGEMS_VERSION: "${{github.event.inputs.version}}"
Expand Down

0 comments on commit 70e4778

Please sign in to comment.