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: |