Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
2pd committed Jul 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 05ce868 commit 0eb38a8
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
@@ -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}}"

0 comments on commit 0eb38a8

Please sign in to comment.