From 0dbc5d4f0614774bdcfb03ab5691a95306d08de2 Mon Sep 17 00:00:00 2001 From: Caibin Sheng Date: Wed, 14 Aug 2024 10:51:56 +0200 Subject: [PATCH] fix(workflow): update semantic release --- .github/workflows/semantic-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index aa29288..73858e9 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Python Semantic Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}