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 3cf39de commit fcd66ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def push_release(module_json: dict) -> None:
'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']}",
'compatability': module_json['compatability']
'compatibility': module_json['compatibility']
}
})
)
Expand Down

0 comments on commit fcd66ed

Please sign in to comment.