Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Feb 11, 2025
1 parent 15cb3ba commit 11716fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-is-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Merge base commit: $merge_base"
# Extract versions
get_version() { grep -E '^version\s*=' | sed -E 's/version\s*=\s*"([^"]+)"/\1/' }
get_version() { grep -E '^version\s*=' | sed -E 's/version\s*=\s*"([^"]+)"/\1/'; }
current_version=$(cat Cargo.toml | get_version)
previous_version=$(git show "$merge_base:Cargo.toml" | get_version)
echo "Current version: $current_version"
Expand Down

0 comments on commit 11716fb

Please sign in to comment.