Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Feb 2, 2024
1 parent 8821e23 commit 3cf39de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/foundry_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ def push_release(module_json: dict) -> None:
body=json.dumps({
'id': module_json['id'],
'release': {
**module_json,
'version': module_json['version'],
'manifest': f"{module_json['url']}/releases/download/{module_json['version']}/module.json",
'notes': f"{module_json['url']}/releases/tag/{module_json['version']}"
'notes': f"{module_json['url']}/releases/tag/{module_json['version']}",
'compatability': module_json['compatability']
}
})
)
Expand Down

0 comments on commit 3cf39de

Please sign in to comment.