mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-07-13 09:41:50 +02:00
fix: add dep glob
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"gitea-api": "^1.17.3-1"
|
||||
"gitea-api": "^1.17.3-1",
|
||||
"glob": "^10.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.38.1"
|
||||
|
Reference in New Issue
Block a user