فهرست منبع

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:
 on:
   schedule:
   schedule:
-    - cron: '0 7 * * *'
+    - cron: '0 5 * * *'
   # enable users to manually trigger with workflow_dispatch
   # enable users to manually trigger with workflow_dispatch
   workflow_dispatch:
   workflow_dispatch:
     inputs:
     inputs: