Skip to content

Commit 0a53520

Browse files
committed
feat(core): fix cicd flows
1 parent fc3c5e9 commit 0a53520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: add_modules
6161
run: |
6262
rm -rf scripts
63-
git rm --cached scripts
63+
git rm -r --cached scripts
6464
ls -la
6565
git submodule add -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
6666
# - name: Run Changelog Generator

0 commit comments

Comments
 (0)