Skip to content

Commit

Permalink
[Release]Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 3bb32ee commit 4534b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git tag
version=$(grep version Cargo.toml -m 1 | cut -d'=' -f2 | tr -d "\r" | tr -d ' ' | tr -d '"' | tr -d "'")
git rev-parse $version || exit 0
exit 1

0 comments on commit 4534b56

Please sign in to comment.