Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release script for new proposal type (#5513)
# Motivation `ic-admin` now installs canisters with the `InstallCode` proposal type instead of with an NNS function. This also results in different output from `ic-admin`. Additionally, #5415 missed one of the instances of `--use-explicit-action-type` that should have been removed. # Changes 1. Stop passing `--use-explicit-action-type` to `ic-admin`. 2. Change the way we parse the proposal ID out of the output. 3. Make sure the output is also visible on the terminal (with `tee /dev/tty`) so nothing is hidden in case anything goes wrong. # Tests Tested manually on Mac against a local network. # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information