Skip to content

Commit cf0c8ad

Browse files
committed
fix: add checkout to publish step
Add the check to the publish step to make ssh happy.
1 parent 3df3637 commit cf0c8ad

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
@@ -43,6 +43,7 @@ jobs:
4343
executor: daneel
4444
steps:
4545
- *attach_workspace
46+
- checkout
4647
- run: npx semantic-release
4748

4849
workflows:

0 commit comments

Comments
 (0)