11 lines
270 B
JSON
Raw Permalink Normal View History

2025-05-04 21:22:05 +01:00
{
"name": "gitea-release-action",
"version": "1.0.0",
"description": "Create a Gitea release and upload files",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.10.0",
"node-fetch": "^2.6.1",
"form-data": "^4.0.0"
}
}