From 945070bdffbf47282023a3d52ad491872b12cef0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 6 Aug 2024 15:12:51 +0500 Subject: [PATCH] blenderbim daily releases - add a note about autoupdates --- .github/workflows/ci-blenderbim-daily.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-blenderbim-daily.yml b/.github/workflows/ci-blenderbim-daily.yml index f1852ec63e..98794ba0b9 100644 --- a/.github/workflows/ci-blenderbim-daily.yml +++ b/.github/workflows/ci-blenderbim-daily.yml @@ -83,6 +83,7 @@ jobs: release_name: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}} (unstable)" tag: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}}" overwrite: true + body: "See README in https://github.com/IfcOpenShell/blenderbim_unstable_repo/ on how to setup autoupdates for daily BlenderBIM builds." update-extensions-repo-and-run-tests: needs: [build]