diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index b43ea53..bf967be 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -44,7 +44,7 @@ jobs: if: steps.release.outputs.released == 'true' - name: Publish package distributions to GitHub Releases - uses: python-semantic-release/upload-to-gh-release@v9.8.5 + uses: python-semantic-release/upload-to-gh-release@v9.8.6 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}