diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2bd0de5..7a9ae56 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Action | Semantic Version Release id: release - uses: python-semantic-release/python-semantic-release@v10.2.0 + uses: python-semantic-release/python-semantic-release@v10.4.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_committer_name: "github-actions"