From 0962f082142053fece4007263253a80bc917413d Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Mon, 15 Mar 2021 12:40:16 -0700 Subject: [PATCH] fix(workflows/push): fix yaml syntax (#1108) --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d7f74ac94..a370067ef 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v2 # checkout visx + this commit with: - # pulls all commits (needed for lerna to correctly release only changed packages) - fetch-depth: '0' + # pulls all commits (needed for lerna to correctly release only changed packages) + fetch-depth: '0' - uses: actions/setup-node@v2 with: node-version: '12'