From a066f0afb01296d04e46c02c575fe088f0f4a35c Mon Sep 17 00:00:00 2001 From: yahavi Date: Wed, 25 Oct 2023 12:11:30 +0300 Subject: [PATCH] Update comment --- .github/workflows/scriptTests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scriptTests.yml b/.github/workflows/scriptTests.yml index fb022445b..7066deed9 100644 --- a/.github/workflows/scriptTests.yml +++ b/.github/workflows/scriptTests.yml @@ -72,7 +72,9 @@ jobs: ./jf${{ matrix.suite.osSuffix }} --version if: ${{ matrix.suite.os == 'windows' }} - # Get the most recent tag to ensure that the npm tests won't download a CLI version that doesn't exist. + # Prior to the release, we set the new version in the package.json files, introducing the prereleased version. + # This adjustment may result in an attempt to download a version that hasn't been published to releases.jfrog.io yet. + # As part of this process, we fetch the most recent JFrog CLI release and store it in the LATEST_RELEASE step output. - name: "Get latest release" id: latest-release run: |