diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0349bc9..a62c7fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Action | Semantic Version Release id: release # Adjust tag with desired version if applicable. - uses: python-semantic-release/python-semantic-release@v10.5.3 + uses: python-semantic-release/python-semantic-release@v10.6.1 with: config_file: releaserc.toml github_token: ${{ secrets.GITHUB_TOKEN }}