Skip to content

Commit

Permalink
Work smarter
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Oct 1, 2024
1 parent c855ee6 commit 5f83ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Get Zowe version
id: get-version
if: ${{ steps.get-version-from-workflow.outcome == 'skipped' }}
run: echo "number=$(echo 'CLI_v'$(npx zowe --version | cut -f3 -d " " | head -n 1))" >> $GITHUB_OUTPUT
run: echo "number=$(echo 'CLI_v'$(npx zowe --version --rfj | jq -r .data.version))" >> $GITHUB_OUTPUT

- name: Build Web Help
id: build
Expand Down

0 comments on commit 5f83ede

Please sign in to comment.