Fix missing update release body (#365)

* Update json5 deps

* Remove quote around env var `GITHUB_TOKEN`

* Factorize search by draft & tag

* Correct `_release` undefined when creating a new release

* Cleanup package-lock
This commit is contained in:
FirelightFlagboy 2024-07-17 20:14:48 +02:00 committed by GitHub
parent 08d85b1534
commit fb2d03176f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 112 additions and 71 deletions

View file

@ -6,6 +6,7 @@
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts --minify",
"build-debug": "ncc build src/main.ts --v8-cache --source-map",
"test": "jest",
"fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"",