Skip to content

Commit

Permalink
Merge pull request #78 from zowe/add-conformant-v3-plugins
Browse files Browse the repository at this point in the history
Add Broadcom conformant V3 plug-ins
  • Loading branch information
t1m0thyj authored Oct 1, 2024
2 parents cb92fe4 + 5f83ede commit a26f8cf
Show file tree
Hide file tree
Showing 7 changed files with 33,719 additions 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'$(npx zowe --version --rfj | jq -r .data.version))" >> $GITHUB_OUTPUT

- name: Build Web Help
id: build
Expand Down
Empty file removed commandGroups/.gitkeep
Empty file.
Loading

0 comments on commit a26f8cf

Please sign in to comment.