fix name of latest tag

This commit is contained in:
Lincoln Stein 2023-02-04 14:04:24 -05:00
parent 00d79c1fe3
commit 3c06d114c3

View File

@ -29,7 +29,7 @@ if [ "$RESPONSE" == 'y' ]; then
exit -1 exit -1
fi fi
git push origin :refs/tags/v2.3-latest git push origin :refs/tags/v2.3-latest
git tag -fa latest git tag -fa v2.3-latest
fi fi
# ---------------------- # ----------------------