浏览代码

Run the publish workflow earlier in the day (#3381)

Alexandru Dima 2 年之前
父节点
当前提交
bc9e8523b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -2,7 +2,7 @@ name: Publish to npm
 
 on:
   schedule:
-    - cron: '0 7 * * *'
+    - cron: '0 5 * * *'
   # enable users to manually trigger with workflow_dispatch
   workflow_dispatch:
     inputs: