Explorar o código

testing release-to-github pipeline

Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
3a7e8a12c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wercker.yml

+ 1 - 1
wercker.yml

@@ -110,7 +110,7 @@ release-to-github: # would be run on release branch
         GITHUB_ORIGIN=https://yuki-takei:$GITHUB_TOKEN@$WERCKER_GIT_DOMAIN/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY.git
         GITHUB_ORIGIN=https://yuki-takei:$GITHUB_TOKEN@$WERCKER_GIT_DOMAIN/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY.git
         git remote rm origin
         git remote rm origin
         git remote add origin $GITHUB_ORIGIN
         git remote add origin $GITHUB_ORIGIN
-        git push origin
+        git push origin HEAD:release
 
 
     - github-create-release:
     - github-create-release:
       token: $GITHUB_TOKEN
       token: $GITHUB_TOKEN