diff --git a/tests/deploy.sh b/tests/deploy.sh index b5f05db14..5b7774759 100755 --- a/tests/deploy.sh +++ b/tests/deploy.sh @@ -13,6 +13,7 @@ echo "Commit: $COMMIT" echo "Latest tag: $TAG" gh release edit --prerelease=false "$TAG" +gh release edit --latest=true "$TAG" if [ "$DEPLOY_KEY" != "" ]; then mkdir -p $HOME/.ssh