1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00
This commit is contained in:
Kay0u 2024-02-16 12:19:31 +01:00
parent 6c25c902c2
commit 29bd1d5c80
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -26,7 +26,7 @@ echo "VERSION=${go_version#go}" >> $GITHUB_ENV
echo "PROCEED=false" >> $GITHUB_ENV
# Proceed only if the retrieved version is greater than the current one
if ! dpkg --compare-versions "$current_version" "lt" "$go_version" ; then
if ! dpkg --compare-versions "$current_version" "lt" "${go_version#go}" ; then
echo "::warning ::No new version available"
exit 0
# Proceed only if a PR for this new version does not already exist