From 199330b59ac78242a60c8b939e72956f29cf49df Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Wed, 27 Mar 2019 10:26:22 -0400 Subject: [PATCH] .github/main.workflow.sh: also push _data/analytics directory (#38147) --- .github/main.workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow.sh b/.github/main.workflow.sh index a5f6be4030..899ee4dc77 100755 --- a/.github/main.workflow.sh +++ b/.github/main.workflow.sh @@ -48,5 +48,5 @@ unset HOMEBREW_NO_ANALYTICS ruby -e "load Gem.bin_path('rake', 'rake')" # commit and push generated files -git commit -m 'formula: update from Homebrew/core push' _data/formula api/formula formula +git commit -m 'formula: update from Homebrew/core push' _data/analytics _data/formula api/formula formula git push