From cad04690ff0c59b2aa0bf6d202797696577e4211 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 1 Jun 2025 15:00:23 -0600 Subject: [PATCH] Update the release creation to provide a direct manifest url in the description of the release --- .github/workflows/draft-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index de3b830..7d0df21 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -50,5 +50,7 @@ jobs: tag: "v${{ steps.version.outputs.version }}" commit: ${{ github.ref }} draft: true + body: "This version can be installed using this manifest URL: https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/download/v${{ steps.version.outputs.version }}/module.json" generateReleaseNotes: true artifacts: "prod.dist/release.zip,prod.dist/module.json" + artifactsErrorsFailBuild: true