Skip to content

Commit bb4929c

Browse files
committed
added the changed files to the commit
1 parent 1fb3fc7 commit bb4929c

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
@@ -38,7 +38,7 @@ jobs:
3838
# Commit the changes
3939
git config --global user.email "[email protected]"
4040
git config --global user.name "GitHub Actions"
41-
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml
41+
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml simple/Cargo.toml Cargo.toml
4242
git commit -m "Bump version to $NEXT_VERSION [skip ci]"
4343
# Create a branch for the changes
4444
git checkout -b version-bump-$NEXT_VERSION

0 commit comments

Comments
 (0)