Skip to content

Commit 24e59f9

Browse files
authored
Merge pull request #41 from rossiam/PI-385-2
fix: add checkout to publish step
2 parents 3df3637 + cf0c8ad commit 24e59f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
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)