Skip to content

Commit

Permalink
remove foundry step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcomac committed May 21, 2024
1 parent d6726cc commit c05abb0
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}
}'

0 comments on commit c05abb0

Please sign in to comment.