Skip to content

Commit

Permalink
Update the Zowe version step
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Oct 1, 2024
1 parent e8e9d52 commit 56ca112
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))" >> $GITHUB_OUTPUT
run: echo "number=$(echo 'CLI_v'$(zowe --version | cut -f3 -d " " | head -n 1))" >> $GITHUB_OUTPUT

- name: Build Web Help
id: build
Expand Down

0 comments on commit 56ca112

Please sign in to comment.