Skip to content

Commit

Permalink
Update foundry_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna authored Feb 3, 2024
1 parent cebe165 commit a9398a7
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 @@ -126,7 +126,7 @@ def post_packages_oronder_edit(csrf_token, csrf_middleware_token, session_id, de
('tags', 15),
('tags', 17)
])
conn.request('POST', '/packages/oronder/edit', body, headers)
conn.request('POST', f'/packages/{module_json['id']}/edit', body, headers)
response = conn.getresponse()
if response.status != 302:
content = response.read().decode()
Expand Down

0 comments on commit a9398a7

Please sign in to comment.