diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index cafe170..948afb1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -140,7 +140,7 @@ jobs: git push origin ${{ needs.prechecks.outputs.version }} - name: Make Release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 if: needs.prechecks.outputs.need-new-tag == 'true' || startsWith(github.ref, 'refs/tags/') with: draft: true