feat: exclude_assets supports glob patterns (#417)

Related to #163

https://github.com/actions/toolkit/tree/main/packages/glob
This commit is contained in:
Shohei Ueda
2020-07-25 21:54:06 +09:00
committed by GitHub
parent bf46251210
commit 6f45501409
3 changed files with 36 additions and 17 deletions

View File

@@ -57,6 +57,7 @@
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"
},
"devDependencies": {