发布1.0.5版本

This commit is contained in:
ilovintit 2025-06-15 21:32:02 +08:00
parent 3a944938db
commit c82ec6f8cf
3 changed files with 4 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -198958,6 +198958,7 @@ function requireLodash () {
var lodashExports = requireLodash(); var lodashExports = requireLodash();
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
/** /**
* The main function for the action. * The main function for the action.
* *

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,8 @@ interface Config {
deployment: string deployment: string
} }
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
/** /**
* The main function for the action. * The main function for the action.
* *