Skip to content

Commit 5e02896

Browse files
committed
changed the file path for the root toml
1 parent bb4929c commit 5e02896

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 simple/Cargo.toml 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)