From 78881dacd9944f351b5f24bf560079a228c79709 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 14 May 2024 14:10:14 -0600 Subject: [PATCH] ci: checkout before building lite version --- .github/workflows/onRelease.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index c40ff76c..e98c9815 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -35,6 +35,8 @@ jobs: build-lite-version: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - name: Build lite version run: | # update package.json name to @oclif/plugin-plugins-lite