From 855568d107454b206ca6b350d858137eda66e890 Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Wed, 4 Sep 2024 13:15:13 +0800 Subject: [PATCH] fix(ci): changelog and release --- .github/workflows/changelog-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog-and-release.yml b/.github/workflows/changelog-and-release.yml index 242d40450c..d57889e632 100644 --- a/.github/workflows/changelog-and-release.yml +++ b/.github/workflows/changelog-and-release.yml @@ -30,6 +30,7 @@ jobs: uses: actions/checkout@v4 with: repository: nocobase/nocobase + ref: main token: ${{ steps.app-token.outputs.token }} persist-credentials: true fetch-depth: 0