We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f05ca commit b2db6c4Copy full SHA for b2db6c4
.circleci/config.yml
@@ -100,10 +100,10 @@ jobs:
100
chmod 600 ~/.gem/credentials
101
- run:
102
name: "Gem build"
103
- command: gem build is_it_up.gemspec
+ command: gem build is_it_ready.gemspec
104
105
name: "Gem Push"
106
- command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_up-*.gem
+ command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_ready-*.gem
107
108
# ---------------------------------------------------------------------------------------------------------------------
109
# CircleCI Workflow Execution Order
0 commit comments