From c0c0df8f35e4b453198aeccf8d6c94a09f34c9db Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Thu, 17 Aug 2023 20:50:30 +0800 Subject: [PATCH] fix ci/cd github publish workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 153893f..772b837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v3 + - name: Checkout main branch + run: git checkout main - uses: actions/setup-node@v3 with: node-version: '16.x'