diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69705da0e..e229cf1f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,4 +63,4 @@ jobs: url: 'https://api.foundryvtt.com/_api/packages/release_version' method: 'POST' customHeaders: '{"Content-Type": "application/json", "Authorization" : "${{ secrets.FOUNDRY_KEY }}"}' - data: '{"dry_run": false, "id" : "chris-premades", "release": {"version" : "${{env.VERSION}}", "https://github.com/chrisk123999/chris-premades/releases/latest/download/module.json", "notes" : "https://github.com/chrisk123999/chris-premades/blob/master/CHANGELOG.md", "compatibility" : {"minimum": "11", "verified": "11", "maximum": "11"} } }' \ No newline at end of file + data: '{"dry_run": false, "id" : "chris-premades", "release": {"version" : "${{env.VERSION}}", "manifest": "https://github.com/chrisk123999/chris-premades/releases/latest/download/module.json", "notes" : "https://github.com/chrisk123999/chris-premades/blob/master/CHANGELOG.md", "compatibility" : {"minimum": "11", "verified": "11", "maximum": "11"} } }' \ No newline at end of file