We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847fb8a commit 56bf079Copy full SHA for 56bf079
.github/scripts/update_cli.sh
.github/workflows/release.yml
@@ -79,14 +79,6 @@ jobs:
79
echo "TAG_NAME=$(npm version patch --no-git-tag-version)" >> $GITHUB_ENV
80
fi
81
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
-
90
# RUN NPM INSTALL AND BUILD
91
- name: NPM ci and build
92
run: |
0 commit comments