소스 검색

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