Selaa lähdekoodia

chore: run update commands individually

Sarah Norris 3 vuotta sitten
vanhempi
commit
f8a956ba86
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      .github/workflows/update-themes.yml

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

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