diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 711669d..0e443dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Create release if: steps.release.outputs.condition == 'true' - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee with: name: ${{ steps.release.outputs.version }} tag_name: ${{ steps.release.outputs.version }}