👷 Remove Build and Push CLI step in release.yml

This commit is contained in:
M. Mert Yildiran
2022-12-30 05:56:11 +03:00
parent e375cb2654
commit 8837afe7e1

View File

@@ -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: |