Skip to content

Commit cb67533

Browse files
committed
fix: checkout before running semantic-release
1 parent 3af14b3 commit cb67533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
release:
2020
executor: gusto/ruby-2-3
2121
steps:
22+
- checkout
2223
- run: npx semantic-release
2324

2425
workflows:

0 commit comments

Comments
 (0)