Skip to content

Commit 0ebb5b5

Browse files
committed
fix: install before running semantic-release
1 parent cb67533 commit 0ebb5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
executor: gusto/ruby-2-3
2121
steps:
22-
- checkout
22+
- gusto/yarn-install
2323
- run: npx semantic-release
2424

2525
workflows:

0 commit comments

Comments
 (0)