Jelajahi Sumber

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

Alexandru Dima 2 tahun lalu
induk
melakukan
bc9e8523b5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: