diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ee93632d..d7959ad64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,9 +45,6 @@ jobs: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: version_parameters - - name: Build and Push CLI - run: make push-cli VER='${{ steps.versioning.outputs.version }}' BUILD_TIMESTAMP='${{ steps.version_parameters.outputs.build_timestamp }}' - - name: Log the version into a .txt file shell: bash run: |