mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8f68f53b67
We recently had a couple of issues with the shallowing of snapshot git repositories. In an attempt to fix this, parts of the publish script of the COMP repo have been used, but variables have not been updated properly. This commit fixes an unbound variable, avoiding errors when snapshots are published for a new branch (e.g. when we branch-off). PR Close #46076