Skip to content

Commit

Permalink
Added CLI Version Check
Browse files Browse the repository at this point in the history
Display which CLI version is being used
  • Loading branch information
williammanning committed Oct 22, 2024
1 parent d380847 commit a8aa4a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:

- name: Checkout the repository
uses: actions/checkout@v4



- name: jfrog cli version
run: |
jfrog -v
- name: configure jfrog environment
run: |
jf pip-config --repo-resolve=python-virtual
Expand Down

0 comments on commit a8aa4a7

Please sign in to comment.