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

fix wercker.yml (trigger-crowi-plus-docker)

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

+ 2 - 2
wercker.yml

@@ -81,8 +81,8 @@ release: # would be run on release branch
         # npm version to bump version
         npm version patch
         # get version
-        RELEASE_VERSION=`npm run version --silent`
-        echo "RELEASE_VERSION=$RELEASE_VERSION"
+        export RELEASE_VERSION=`npm run version --silent`
+        echo "export RELEASE_VERSION=$RELEASE_VERSION"
 
     - script:
       name: commit and push