ebelski / rust-copter

A quadcopter build using a Teensy running Rust and some other cool stuff that's yet to be determined.
MIT License
6 stars 1 forks source link

Update release workflow #22

Closed mciantyre closed 4 years ago

mciantyre commented 4 years ago

We change the release workflow to trigger on git tag pushes. This changes the previous, broken workflow, which would attempt to generate a pre-release from each push to master.

The process follows:

Tested by successfully generating a v0.0.0-test0 release. See the workflow here.

Closes #16.