Skip to content

Commit f82316a

Browse files
authored
Update update-toml-version.yaml
1 parent 1f0ad7b commit f82316a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-toml-version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818

1919
- name: Update version in TOML files
20+
env:
21+
GH_TOKEN: ${{ github.token }}
2022
run: |
2123
# Extract the current version from the TOML file
2224
CURRENT_VERSION=$(awk -F '"' '/^version/ {print $2}' llama-cpp-2/Cargo.toml)

0 commit comments

Comments
 (0)