Browse Source

Fix github action

杜府 3 years ago
parent
commit
fca2464523
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/auto-public-npm.yml
  2. 1 1
      .github/workflows/auto-releases.yml

+ 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: