Przeglądaj źródła

fix release.yml

Yuki Takei 6 lat temu
rodzic
commit
15cd67b84e
2 zmienionych plików z 6 dodań i 2 usunięć
  1. 5 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/release.yml

+ 5 - 1
.github/workflows/ci.yml

@@ -1,6 +1,10 @@
 name: Node CI
 name: Node CI
 
 
-on: [push]
+# on: [push]
+on:
+  push:
+    branches:
+      - dummy
 
 
 jobs:
 jobs:
 
 

+ 1 - 1
.github/workflows/release.yml

@@ -15,8 +15,8 @@ jobs:
 
 
     - name: Bump version
     - name: Bump version
       run: |
       run: |
-        sh ./bin/github-actions/bump-version.sh
         npm version patch
         npm version patch
+        sh ./bin/github-actions/bump-version.sh
 
 
     - name: Get RELEASE_VERSION
     - name: Get RELEASE_VERSION
       run: |
       run: |