Skip to content

Commit

Permalink
added the second line back for modifying the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr455 committed Jan 3, 2024
1 parent 1ef78b4 commit 63e48e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-upon-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Update version in llama-cpp-2 Cargo.toml
sed -i "s/^version = \".*\"/version = \"$NEXT_VERSION\"/g" llama-cpp-2/Cargo.toml
sed -i "s/^\(llama-cpp-sys-2 = { path = \"\.\.\/llama-cpp-sys-2\", version = \)\"$CURRENT_VERSION\"/\1\"$NEXT_VERSION\"/" llama-cpp-2/Cargo.toml
# Commit the changes
Expand Down

0 comments on commit 63e48e3

Please sign in to comment.