From c05abb091c05be8be613afb6d2f0a3a874490580 Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 21 May 2024 08:44:43 +0100 Subject: [PATCH] remove foundry step for now --- .github/workflows/main.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57a853b..7a57988 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,23 +80,4 @@ jobs: path: "./system.json" prop_path: "compatibility.verified" - # Submit to foundry - - name: Submit package to FoundryVTT Package Release API - run: | - curl -X POST "https://api.foundryvtt.com/_api/packages/release_version/" \ - -H "Content-Type: application/json" \ - -H "Authorization: ${{ secrets.FOUNDRY_KEY }}" \ - -d '{ - "id": "${{ steps.systemID.outputs.prop }}", - "dry-run": false, - "release": { - "version": "${{ steps.get_version.outputs.version-without-v }}", - "manifest": "https://github.com/${{ github.repository }}/releases/latest/download/module.json", - "notes": "https://github.com/${{ github.repository }}/releases/tag/${{ steps.get_version.outputs.version-without-v }}", - "compatibility": { - "minimum": "${{ steps.minimum.outputs.prop }}", - "verified": "${{ steps.verified.outputs.prop }}", - "maximum": "" - } - } - }' +