mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-14 04:04:20 +00:00
Correct _release
undefined when creating a new release
This commit is contained in:
parent
330da87d2e
commit
b9834e5a65
3 changed files with 90 additions and 54 deletions
|
@ -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\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue