Skip to content

Commit e15006e

Browse files
committed
added embeddings to the commit
1 parent 5da903b commit e15006e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Commit the changes
4040
git config --global user.email "[email protected]"
4141
git config --global user.name "GitHub Actions"
42-
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml simple/Cargo.toml ./Cargo.toml
42+
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml simple/Cargo.toml embeddings/Cargo.toml
4343
git commit -m "Bump version to $NEXT_VERSION [skip ci]"
4444
# Create a branch for the changes
4545
git checkout -b version-bump-$NEXT_VERSION

0 commit comments

Comments
 (0)