Skip to content

Commit 95f208a

Browse files
Merge pull request #89 from Geode-solutions/fix/CI
fix(CICD): add checkout in build
2 parents f758f00 + 6c55312 commit 95f208a

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)