From c89123acf4d113cd6c767b7f6104beda6a411aa4 Mon Sep 17 00:00:00 2001 From: Caibin Sheng Date: Wed, 14 Aug 2024 12:01:21 +0200 Subject: [PATCH] chore: change semantic release branch --- .github/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 4fceb72..899c4d9 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: develop + ref: main fetch-depth: 0 - name: Python Semantic Release