Skip to content

Commit

Permalink
ci: disable version check for lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 2, 2023
1 parent b26c992 commit 6a1f6ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
# make sure release_version is greater than last github release
latest_release=$(get_last_release_tag_github)
echo "Latest release: $latest_release"
if ! [[ $(version_to_int "$release_version") -gt $(version_to_int "$latest_release") ]]; then
echo "The release you are trying to create ($release_version) is older than the latest release on github ($latest_release)"
exit 1
fi
# tag and push the tag
# -f to overwrite the tag if it already exists
Expand Down

0 comments on commit 6a1f6ab

Please sign in to comment.