Parcourir la source

testing release-to-github pipeline

Yuki Takei il y a 9 ans
Parent
commit
0c347cdab1
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      wercker.yml

+ 2 - 1
wercker.yml

@@ -99,7 +99,8 @@ release-to-github: # would be run on release branch
         git config --global user.name "wercker"
         git config --global user.email "info@weseek.co.jp"
         npm version patch
-        RELEASE_VERSION=`npm run version --silent`
+        export RELEASE_VERSION=`npm run version --silent`
+        echo "export RELEASE_VERSION=$RELEASE_VERSION"
 
     - github-create-release:
       token: $GITHUB_TOKEN