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 ede146a commit 304f19eCopy full SHA for 304f19e
.github/workflows/release.yml
@@ -103,6 +103,7 @@ jobs:
103
echo "::set-output name=CLI_VERSION::$CLI_VERSION"
104
105
- name: Check if CLI version is latest
106
+ if: ${{ github.event.inputs.dev == 'false' }}
107
id: check_latest_cli_version
108
run: |
109
LATEST_CLI_VERSION=$(curl -s https://api.github.com/repos/Checkmarx/ast-cli/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
0 commit comments