ci: Trigger publish on tag

This commit is contained in:
Guilhem Barthés 2022-09-02 22:17:04 +02:00
parent 2f12a548d5
commit 0e8c3a4b52

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:slim
command:
- build
environment:
CARGO_REGISTRY_TOKEN:
cargo_token: cargo_token
trigger:
event:
- tag