Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from threshold-network/fix-manual-deployment
Fix condition for executing step getting upstream builds 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.
- Loading branch information