Skip to content

Commit

Permalink
lowercase variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Sep 30, 2024
1 parent bcb96fd commit aab740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Verify Cargo.toml version bump
run: |
# Extract the version from the latest tag
latest_tag_version=$LATEST_TAG
latest_tag_version=$latest_tag
# Extract the version from Cargo.toml in the PR branch
pr_version=$(grep '^version' crates/sargon/Cargo.toml | sed 's/version = "\(.*\)"/\1/')
Expand Down

0 comments on commit aab740c

Please sign in to comment.