diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 9aaa96b..f2c306e 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -19,8 +19,8 @@ stages: nodeVersion: 21.5.0 commands: - npm config set registry https://registry.npmmirror.com - - npm install - - node fetchURLByWasm.js + - npm install && node fetchURLByWasm.js + - sleep 30 - git config user.name "Gitee流水线" - git config user.email "actions@githee.com" - git add .