diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0bcd124b1..7b28d02100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,7 +198,7 @@ jobs: python3 -m build --sdist python3 -m build --wheel - name: "Create GitHub Release" - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.3.3 id: gh-release with: tag_name: "v${{ inputs.version }}"