Publish new releases when tagged.
This commit is contained in:
parent
78a1714e2f
commit
34600bd3a9
|
@ -15,7 +15,10 @@ steps:
|
|||
- name: release
|
||||
image: rust
|
||||
commands:
|
||||
- cargo build
|
||||
- cargo publish
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
environment:
|
||||
CARGO_REGISTRY_TOKEN:
|
||||
from_secret: cargo_registry_token
|
||||
|
|
Loading…
Reference in New Issue
Block a user