From 1e063ae1c4763c176be3c5e92da4ffc61cb5d415 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Thu, 4 Aug 2022 16:02:53 +0200 Subject: [PATCH] chore(ci): bump semantic-release for fixed commit parser --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8e688d09..efd2979ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.28.1 + uses: relekang/python-semantic-release@v7.31.2 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}