2
0
Эх сурвалжийг харах

testing release-to-github pipeline

Yuki Takei 9 жил өмнө
parent
commit
3e4030ed4c
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      wercker.yml

+ 2 - 0
wercker.yml

@@ -96,6 +96,8 @@ release-to-github: # would be run on release branch
     - script:
       name: bump version
       code: |
+        git config --global user.name "wercker"
+        git config --global user.email "info@weseek.co.jp"
         npm version patch
         RELEASE_VERSION=`npm run version --silent`