Skip to content

Commit

Permalink
chore: set gem creds + dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
grxy committed Sep 3, 2019
1 parent 9e765bb commit f9e9d4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
executor: gusto/ruby-2-3
steps:
- gusto/yarn-install
- run: npx semantic-release
- run:
command: |
mkdir ~/.gem
echo -e "---\r\n:rubygems_api_key: $GEM_HOST_API_KEY" > ~/.gem/credentials
chmod 0600 /home/circleci/.gem/credentials
- run: npx semantic-release --dry-run

workflows:
version: 2
Expand Down

0 comments on commit f9e9d4a

Please sign in to comment.