diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 48e1432..8d09aa5 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -126,7 +126,7 @@ jobs: uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1 - name: Create GitHub Release - uses: softprops/action-gh-release@26994186c0ac3ef5cae75ac16aa32e8153525f77 # v1 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 with: tag_name: v${{ needs.version.outputs.version }} name: v${{ needs.version.outputs.version }}