diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3db9ce..38f1b0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: id: release # PSR authenticates its push/tag/release via the github_token input (the App # token), so the checkout above keeps persist-credentials: false. - uses: python-semantic-release/python-semantic-release@39dd2052f2ce8282a5d932c31d58a2ca06d2550e # v10.6.1 + uses: python-semantic-release/python-semantic-release@9a026e9303981c866c3425723009becb2437c757 # v10.6.2 with: github_token: ${{ steps.app-token.outputs.token }}