Skip to content
Discussion options

You must be logged in to vote

The problem here is that you have a colon too much in the version property here:

 "appDependencyProbingPaths": [ { "repo": "https://github.com/someproduct/something", "version:": "V25.0.4", "release_status": "release", "authTokenSecret": "GHTOKENWORKFLOW", "projects": "*" }

"version:": "25.0.4" should be "version": "25.0.4"

As it cannot locate a property called "version", it uses latest.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@SchulzOli
Comment options

@VHCGK
Comment options

@freddydk
Comment options

@VHCGK
Comment options

Comment options

You must be logged in to vote
1 reply
@VHCGK
Comment options

Answer selected by freddydk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants