actions/release/package.json

16 lines
300 B
JSON

{
"name": "gitea-auto-release",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@actions/core": "^1.10.1",
"gitea-api": "^1.17.3-1"
}
}