Skip to content

Commit 95cd570

Browse files
committed
infra: add fix:refcache to update-registry-versions.sh
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent be5c8c7 commit 95cd570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scripts/update-registry-versions.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ if [[ -n $(git status --porcelain) ]]; then
127127

128128
$GIT checkout -b "$branch"
129129
$GIT commit -a -m "$message"
130+
131+
$NPM run fix:refcache
132+
$GIT commit -a -m "Fix refcache"
133+
130134
$GIT push --set-upstream origin "$branch"
131135

132136
body_file=$(mktemp)

0 commit comments

Comments
 (0)