Skip to content

Commit 2f60912

Browse files
committed
fix: run bundle-install before semantic-release
1 parent af4ffc8 commit 2f60912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
release:
2020
executor: gusto/ruby-2-3
2121
steps:
22+
- gusto/bundle-install
2223
- gusto/yarn-install
2324
- run:
2425
command: |
2526
mkdir ~/.gem
2627
echo -e "---\r\n:rubygems_api_key: $GEM_HOST_API_KEY" > ~/.gem/credentials
2728
chmod 0600 /home/circleci/.gem/credentials
28-
- run: npx semantic-release
29+
- run: npx semantic-release --debug --dry-run
2930

3031
workflows:
3132
version: 2

0 commit comments

Comments
 (0)