From 708ddd3ad09c3bc3ce8d958467f8157ab252a7e0 Mon Sep 17 00:00:00 2001 From: Caibin Sheng Date: Wed, 14 Aug 2024 11:54:44 +0200 Subject: [PATCH] chore: change semantic release branch --- .github/workflows/semantic-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a6aa1f3..a6c02f5 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -18,8 +18,10 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: develop fetch-depth: 0 + - name: Python Semantic Release uses: relekang/python-semantic-release@master with: