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

Fix condition for executing step getting upstream builds #219

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

michalinacienciala
Copy link
Contributor

We were using wrong input to determine if the Get upstream packages versions step should be run. The upstreamBuilds is not boolean, we should have been using useUpstreamBuilds instead.

Previous implementation was resulting in incorrect resolving of the versions, see command in Resolve contracts step in https://github.com/threshold-network/token-dashboard/actions/runs/3157088578/jobs/5137628670.

We were using wrong input to detemine if the `Get upstream packages versions`
step should be run. The `upstreamBuilds` is not boolean, we should have been
using `useUpstreamBuilds` instead.
@github-actions
Copy link

@r-czajkowski r-czajkowski merged commit 993d09b into main Sep 30, 2022
@r-czajkowski r-czajkowski deleted the fix-manual-deployment branch September 30, 2022 14:31
@r-czajkowski r-czajkowski added this to the v1.3.0 milestone Oct 3, 2022
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

Successfully merging this pull request may close these issues.

2 participants