浏览代码

chore: run update commands individually

Sarah Norris 3 年之前
父节点
当前提交
f8a956ba86
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      .github/workflows/update-themes.yml

+ 4 - 3
.github/workflows/update-themes.yml

@@ -30,9 +30,10 @@ jobs:
       - name: Update Themes
         run: |
           npm ci
-          npm run update-themes
-      - name: Commit Changes
+          npm run update-versions
+          npm run update-stylecss
+      - name: Commit style.css Changes
         run: |
           git add . 
-          git commit -m "chore:"" auto-update theme info"
+          git commit -m "chore:"" auto-update style.css files"
           git push