Publish new releases when tagged.
This commit is contained in:
parent
78a1714e2f
commit
34600bd3a9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user