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

Get with dynamic/runtime release version. #113

Open
kvmw opened this issue Oct 11, 2021 · 0 comments
Open

Get with dynamic/runtime release version. #113

kvmw opened this issue Oct 11, 2021 · 0 comments

Comments

@kvmw
Copy link

kvmw commented Oct 11, 2021

I've a scenario which i need to read the release version from a file in a repo and then download the that specific release artifacts.

I've tried the following approach:

     - load_var: release-name
        file: source/release-name.yaml
      - get: gh-release
        version:
          tag: ((.:release-name.version.))

but apparently get: gh-release needs to know the version during build preparation and therefore the workflow waits for ever with following message:
gh-release - pinned version tag:((.:release-name.version)) not found

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

1 participant