Преглед изворни кода

testing release-to-github pipeline

Yuki Takei пре 9 година
родитељ
комит
73c0c81209
1 измењених фајлова са 1 додато и 1 уклоњено
  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
         git remote rm origin
         git remote add origin $GITHUB_ORIGIN
-        git push
+        git push origin
 
     - github-create-release:
       token: $GITHUB_TOKEN