Skip to content

Commit cd26f87

Browse files
committed
added recursive submodule
1 parent faffac5 commit cd26f87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-toml-version.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
with:
20+
submodules: recursive
1921

2022
- name: Update version in TOML files
2123
env:
@@ -43,7 +45,7 @@ jobs:
4345
git config --global user.name "GitHub Actions"
4446
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml simple/Cargo.toml embeddings/Cargo.toml Cargo.lock
4547
git commit -m "Bump version to $NEXT_VERSION [skip ci]"
46-
# Create a branch for the changes
48+
# Create a branch for the changes
4749
git checkout -b version-bump-$NEXT_VERSION
4850
# Push the changes and create a pull request
4951
git push origin version-bump-$NEXT_VERSION --force

0 commit comments

Comments
 (0)