diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 9f8785a..74cfd61 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -84,7 +84,7 @@ jobs: git_committer_email: "actions@users.noreply.github.com" - name: Publish | Upload to GitHub Release Assets - uses: python-semantic-release/publish-action@v9.8.9 + uses: python-semantic-release/publish-action@v9.15.2 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}