We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faffac5 commit cd26f87Copy full SHA for cd26f87
.github/workflows/update-toml-version.yaml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19
+ with:
20
+ submodules: recursive
21
22
- name: Update version in TOML files
23
env:
@@ -43,7 +45,7 @@ jobs:
43
45
git config --global user.name "GitHub Actions"
44
46
git add llama-cpp-sys-2/Cargo.toml llama-cpp-2/Cargo.toml simple/Cargo.toml embeddings/Cargo.toml Cargo.lock
47
git commit -m "Bump version to $NEXT_VERSION [skip ci]"
- # Create a branch for the changes
48
+ # Create a branch for the changes
49
git checkout -b version-bump-$NEXT_VERSION
50
# Push the changes and create a pull request
51
git push origin version-bump-$NEXT_VERSION --force
0 commit comments