Skip to content

Commit

Permalink
Jfrog cli version set to 2.67.0 and fix bug in release workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog authored Oct 9, 2024
1 parent 18a3234 commit 0a405b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: windows-latest
env:
NEW_VERSION: '${{ github.ref_name }}'
MANIFEST_FILE_LOCATION: "JfrogVSExtension/source.extension.vsixmanifest"

steps:
- name: Config Github
Expand Down
2 changes: 1 addition & 1 deletion scripts/DownloadJfrogCli.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ if (Test-Path -Path $destinationPath) {

} else {
Write-Error "Failed to download JFrog CLI to: $destinationPath"
}
}

0 comments on commit 0a405b5

Please sign in to comment.