From 77559cd49b3ca618cbd65e7582648729dc378ba1 Mon Sep 17 00:00:00 2001 From: Caibin Sheng <43896555+CaibinSh@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:31:19 +0100 Subject: [PATCH] update python-semantic-release --- .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 2979c8f..882a03c 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.28.1 + uses: relekang/python-semantic-release@v7.33.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__