杜府 3 лет назад
Родитель
Сommit
72cfc68a95
3 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      .github/workflows/auto-public-npm.yml
  2. 2 0
      .github/workflows/auto-releases.yml
  3. 1 1
      components/package.json

+ 2 - 0
.github/workflows/auto-public-npm.yml

@@ -5,6 +5,8 @@ name: Auto publish npm
 
 
 on:
 on:
     push:
     push:
+        branches:
+            - main
         tags:
         tags:
             - v*
             - v*
 
 

+ 2 - 0
.github/workflows/auto-releases.yml

@@ -15,6 +15,8 @@ name: Auto releases
 
 
 on:
 on:
     push:
     push:
+        branches:
+            - main
         tags:
         tags:
             - v*
             - v*
 
 

+ 1 - 1
components/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "stdf",
     "name": "stdf",
-    "version": "0.0.12",
+    "version": "0.0.11",
     "description": "Mobile Web component library based on Svelte and Tailwind",
     "description": "Mobile Web component library based on Svelte and Tailwind",
     "main": "index.js",
     "main": "index.js",
     "scripts": {
     "scripts": {