Skip to content

Commit 33c485b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 22f0021 + 63e48e3 commit 33c485b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-upon-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
# Update version in llama-cpp-2 Cargo.toml
3232
sed -i "s/^version = \".*\"/version = \"$NEXT_VERSION\"/g" llama-cpp-2/Cargo.toml
33+
sed -i "s/^\(llama-cpp-sys-2 = { path = \"\.\.\/llama-cpp-sys-2\", version = \)\"$CURRENT_VERSION\"/\1\"$NEXT_VERSION\"/" llama-cpp-2/Cargo.toml
3334
3435
3536
# Commit the changes

0 commit comments

Comments
 (0)