Explorar o código

fix release.yml

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
15cd67b84e
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  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
 
-on: [push]
+# on: [push]
+on:
+  push:
+    branches:
+      - dummy
 
 jobs:
 

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

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