Explorar o código

remove steps from taskfile that were erroring out for cli-prerelease

Feroze Mohideen %!s(int64=2) %!d(string=hai) anos
pai
achega
f8a9b4ca9a
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      Taskfile.yaml

+ 0 - 6
Taskfile.yaml

@@ -25,12 +25,6 @@ tasks:
     desc: Create prerelease of CLI at the provided semantic version. Call `task cli-prerelease -- v1.2.3` where v1.2.3 is the desired tag for releasing
     cmds:
     - task: semantic-check
-    - cmd: git fetch origin --tags 
-      silent: true
-    - cmd: git checkout master
-      silent: true
-    - cmd: git pull origin master
-      silent: true
     - cmd: git tag {{.CLI_ARGS}}
       silent: true
       ignore_error: false