diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 9f8785a..c10bb33 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -77,7 +77,7 @@ jobs: - name: Action | Semantic Version Release id: release - uses: python-semantic-release/python-semantic-release@v9.12.0 + uses: python-semantic-release/python-semantic-release@v9.15.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_committer_name: "github-actions"