Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 16, 2024
1 parent 7cf98ed commit a1503f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
run: dotnet restore

- name: Download JFrog CLI executable
- uses: jfrog/setup-jfrog-cli@v4
with:
version: ${{ env.JFROG_CLI_VERSION }}
uses: jfrog/setup-jfrog-cli@v4
with:
version: ${{ env.JFROG_CLI_VERSION }}


- name: Build VSIX Project
# build the vsix project using multi-core compilation and parallel builds
Expand Down

0 comments on commit a1503f7

Please sign in to comment.