diff --git a/gulpfile.js b/gulpfile.js index c9095db..32b6e3b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -299,7 +299,7 @@ async function publishToFoundry(done) { } // 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', headers: { 'Content-Type': 'application/json',