Skip to content

Commit

Permalink
0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Jan 28, 2024
1 parent e2cf7fb commit 42a7b81
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 8,650 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
curl -X POST "https://api.foundryvtt.com/_api/packages/release_version" \
-H "Content-Type: application/json" \
-H "Authorization: ${{ secrets.FOUNDRY_API_TOKEN }}" \
-H "Authorization: ${API_TOKEN}" \
-d '{
"id": "'"gambits-premades"'",
"id": "'"$PACKAGE_ID"'",
"release": {
"version": "'"${{ steps.get-version.outputs.version }}"'",
"manifest": "'"https://github.com/gambit07/gambits-premades/releases/download/${{ steps.get-version.outputs.version }}/module.json"'",
"notes": "'"https://github.com/gambit07/gambits-premades/releases/tag/${{ steps.get-version.outputs.version }}"'",
"version": "'"$PACKAGE_VERSION"'",
"manifest": "'"$MANIFEST_URL"'",
"notes": "'"$RELEASE_NOTES_URL"'",
"compatibility": {
"minimum": "'"11"'",
"verified": "'"11"'",
"maximum": "'"11"'"
"minimum": "'"$FOUNDRY_MIN_VERSION"'",
"verified": "'"$FOUNDRY_VERIFIED_VERSION"'",
"maximum": "'"$FOUNDRY_MAX_VERSION"'"
}
}
}'
46 changes: 0 additions & 46 deletions node_modules/.package-lock.json

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/node-fetch/LICENSE.md

This file was deleted.

Loading

0 comments on commit 42a7b81

Please sign in to comment.