This commit is contained in:
Joscha Maier 2024-09-26 13:25:08 +02:00
parent 004143280b
commit aa7a951ae1
No known key found for this signature in database
GPG Key ID: 8C4D045D84A30ABA

View File

@ -299,7 +299,7 @@ async function publishToFoundry(done) {
} }
// Send the POST request to Foundry VTT API // Send the POST request to Foundry VTT API
const response = await fetch('https://api.foundryvtt.com/_api/packages/release', { const response = await fetch('https://api.foundryvtt.com/_api/packages/release_version', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',