Skip to content

Commit 56bf079

Browse files
committed
remove download cli script
1 parent 847fb8a commit 56bf079

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

.github/scripts/update_cli.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ jobs:
7979
echo "TAG_NAME=$(npm version patch --no-git-tag-version)" >> $GITHUB_ENV
8080
fi
8181
82-
# DOWNLOAD CLI IF IT IS A DEV VERSION AND A CLI TAG WAS PROVIDED
83-
- name: Download cli with tag ${{ inputs.cliTag }}
84-
if: inputs.dev == true && inputs.cliTag != ''
85-
run: |
86-
# Update binaries
87-
chmod +x ./.github/scripts/update_cli.sh
88-
./.github/scripts/update_cli.sh ${{ inputs.cliTag }}
89-
9082
# RUN NPM INSTALL AND BUILD
9183
- name: NPM ci and build
9284
run: |

0 commit comments

Comments
 (0)