diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 161234e..6c4c185 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -39,7 +39,7 @@ runs: - name: Create release if: steps.release.outputs.condition == 'true' - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 with: draft: ${{ fromJSON(inputs.draft) }} files: ${{ inputs.release-files }}