diff --git a/RESTORING_PACKAGES.md b/RESTORING_PACKAGES.md index 3f2fb78bf00a..7381330b993c 100644 --- a/RESTORING_PACKAGES.md +++ b/RESTORING_PACKAGES.md @@ -24,6 +24,11 @@ workflow on GitHub will run to perform the restore. This will restore the package using the original APK from a GCS bucket. +# Ensure the packages are no longer listed in withdrawn-packages.txt + +To ensure that a subsequent withdrawal operation does not withdraw the packages just +restored remove them from withdrawn-packages.txt. + ## Technical details The "Restore packages" workflow exists in `.github/workflows/restore-packages.yaml`.