Skip to content

Commit

Permalink
Update update-toml-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn authored Feb 11, 2024
1 parent 1f0ad7b commit f82316a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-toml-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

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

0 comments on commit f82316a

Please sign in to comment.