Skip to content

Commit 6c55312

Browse files
fix(CICD): add checkout in build
1 parent 91c5e1d commit 6c55312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
needs: test
2020
if: github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master'
2121
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v4
2224
- name: Semantic Release
2325
uses: cycjimmy/semantic-release-action@v3
2426
id: semantic

0 commit comments

Comments
 (0)