Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
chrisk123999 committed Jan 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7fa7b5c commit d2031ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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"} } }'
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"} } }'

0 comments on commit d2031ef

Please sign in to comment.