Publish new releases when tagged.

This commit is contained in:
Nolan Darilek 2022-03-18 13:58:20 -05:00
parent 78a1714e2f
commit 34600bd3a9

View File

@ -15,7 +15,10 @@ steps:
- name: release - name: release
image: rust image: rust
commands: commands:
- cargo build - cargo publish
when:
event:
- tag
environment: environment:
CARGO_REGISTRY_TOKEN: CARGO_REGISTRY_TOKEN:
from_secret: cargo_registry_token from_secret: cargo_registry_token