Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): don't use bazelisk from npm (#618)
GitHub's default action runners image now includes bazelisk on the machine, so we are free to call `bazel` commands and be safe knowing the right version of Bazel will run. A step before debugging why our npm package doesn't publish, likely not related, but @josephperrott points out we have some extra setup-node `uses` which is not desirable.
- Loading branch information