Guilhem Barthés
df2a50ec25
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
16 lines
232 B
YAML
16 lines
232 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: publish
|
|
image: rust:latest
|
|
command:
|
|
- cargo publish
|
|
environment:
|
|
CARGO_REGISTRY_TOKEN:
|
|
cargo_token: cargo_token
|
|
trigger:
|
|
event:
|
|
- tag
|