From ff5b6df07f7ebf09bc3bbabfe3190e2e1841593a Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 25 Jan 2023 16:33:15 -0500 Subject: [PATCH] sync before copy --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0d0155c..f86b16de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -214,6 +214,7 @@ jobs: prefix: ${{ github.workspace }} - run: | + tea --sync # in case this PR contains updates to the scripts #TODO only do for PRs if test "$GITHUB_REPOSITORY" = "teaxyz/pantry.core"; then