diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29528db..1eacff4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: Python Semantic Release id: python-semantic-release - uses: python-semantic-release/python-semantic-release@v9.11.0 + uses: python-semantic-release/python-semantic-release@v9.16.1 with: github_token: ${{ secrets.RELEASE_ACCESS_TOKEN }}