Update the release creation to provide a direct manifest url in the description of the release
This commit is contained in:
parent
8e83925abe
commit
cad04690ff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/draft-release.yaml
vendored
2
.github/workflows/draft-release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue