Update the release creation to provide a direct manifest url in the description of the release

This commit is contained in:
Oliver-Akins 2025-06-01 15:00:23 -06:00
parent 8e83925abe
commit cad04690ff

View file

@ -50,5 +50,7 @@ jobs:
tag: "v${{ steps.version.outputs.version }}" tag: "v${{ steps.version.outputs.version }}"
commit: ${{ github.ref }} commit: ${{ github.ref }}
draft: true 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 generateReleaseNotes: true
artifacts: "prod.dist/release.zip,prod.dist/module.json" artifacts: "prod.dist/release.zip,prod.dist/module.json"
artifactsErrorsFailBuild: true