Răsfoiți Sursa

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

Alexandru Dima 2 ani în urmă
părinte
comite
bc9e8523b5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: