Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version could not be found #495

Open
abelyakov-hhglobal opened this issue Sep 16, 2024 · 1 comment
Open

Version could not be found #495

abelyakov-hhglobal opened this issue Sep 16, 2024 · 1 comment

Comments

@abelyakov-hhglobal
Copy link

Describe the bug
When specifying the version in the action, it doesn't work and fails with the following error:

Error: Error: A version satisfying '2.8.0' could not be found.
Error: Error: Failed to resolve endpoint URL to download: undefined

To Reproduce
Here is how I used it:

    - name: Install Octopus CLI
      uses: OctopusDeploy/install-octopus-cli-action@v3
      with:
        version: 2.8.1

Screenshots
Screenshot 2024-09-16 at 10 28 48

Additional context
I'm running on the default GitHub runners, using runs-on: ubuntu-latest.

@bartgriffith
Copy link

It appears that this action will not install versions of the CLI greater than 2.6.0. I believe this is because it references this .json file and it does not currently contain any newer versions.
https://raw.githubusercontent.com/OctopusDeploy/cli/main/releases.json

There are new features in later versions that we would really like to have such as the ability to prevent release progression which was not implemented until v2.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants