Explorar o código

Fix error happening in release script.

Herbert Vojčík %!s(int64=7) %!d(string=hai) anos
pai
achega
11b5e496eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/release-worker.sh

+ 1 - 1
internal/release-worker.sh

@@ -37,4 +37,4 @@ rm package.json.bak
 git add package.json
 git commit -a -m "Working on $VERF"
 git push
-git push $VER
+echo git push origin $VER