Przeglądaj źródła

Fix github action

杜府 3 lat temu
rodzic
commit
fca2464523

+ 1 - 1
.github/workflows/auto-public-npm.yml

@@ -8,7 +8,7 @@ on:
         branches:
             - main
         paths:
-            - '/components/package.json'
+            - 'components/package.json'
 
 jobs:
     publish:

+ 1 - 1
.github/workflows/auto-releases.yml

@@ -18,7 +18,7 @@ on:
         branches:
             - main
         paths:
-            - '/components/package.json'
+            - 'components/package.json'
 
 jobs:
     release-please: