If you use a bash script to deploy, use the following:
gcloud run services update-traffic ${CLOUD_RUN_SERVICE_NAME} --to-latest
If you prefer using UI, you can go to "Revisions tab", then "Manage Traffic" in the dropdown, then set "Latest healthy revision" to 100 for Traffic. It will be always the latest when you deploy a new version.