Vendor publish-release CI action
This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
This commit is contained in:
23
.github/actions/github-release/package.json
vendored
Normal file
23
.github/actions/github-release/package.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "luatrauma-github-release",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "main.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "check-engine && node main.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@types/node": "^16",
|
||||
"check-engine": "^1.11.0",
|
||||
"glob": "^10.2.2",
|
||||
"prettier": "^2.8.8",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
}
|
||||
Reference in New Issue
Block a user