You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add another job after `create_release`, e.g. `releast_to_crates`, triggered only when the first is successfully completed i.e. when the release is published with:
Or use the method below with `workflow_run: workflows: ["Name of the worflow"]` to keep separated files.
105
+
61
106
### Release to crates.io
62
107
63
-
`release-to-crates-io.yml` publish the crate to crates.io under the authentified user by **cratesio_token**. Example of usage:
108
+
`release-to-crates-io.yml` publish the crate to crates.io under the authentified user by **cratesio_token**. Example of stand-alone usage (see above for chained usage after `create_release`):
0 commit comments