Skip to content

Commit b2db6c4

Browse files
author
Arne De Herdt
committed
[FIX] Fix the build command
1 parent 72f05ca commit b2db6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
chmod 600 ~/.gem/credentials
101101
- run:
102102
name: "Gem build"
103-
command: gem build is_it_up.gemspec
103+
command: gem build is_it_ready.gemspec
104104
- run:
105105
name: "Gem Push"
106-
command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_up-*.gem
106+
command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_ready-*.gem
107107

108108
# ---------------------------------------------------------------------------------------------------------------------
109109
# CircleCI Workflow Execution Order

0 commit comments

Comments
 (0)