-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always deploy all rust packages (#845)
GitHub actions only supports 10 inputs to a workflow_dispatch. As we keep adding packages we've exceeded this limit. Since we no longer need the functionality to release individual packages this PR removes the option all together and instead will always release all packages. In case a package with the same version already exists in crates.io, cargo release won't attempt to publish it and continue on with the other packages.
- Loading branch information
Showing
1 changed file
with
3 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters