Skip to content

Commit

Permalink
ci(test): release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Naylin Medina <nmedina@teclib.com>
  • Loading branch information
Naylin15 committed Oct 18, 2018
1 parent 09a5084 commit c90b2da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ jobs:
- *config_environment
- *save_gem_cache
- *save_yarn_cache
- run:
name: Publish to RubyGems
command: source ci/scripts/publish.sh
- *build_gem
# - run:
# name: Publish to RubyGems
# command: source ci/scripts/publish.sh
- run:
name: GitHub release
command: source ci/scripts/release.sh
Expand Down

0 comments on commit c90b2da

Please sign in to comment.