drone update
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Justine Pelletreau 2023-07-14 00:54:08 +02:00
parent 4e71fcc30e
commit a62c1e6cbb

View File

@ -14,6 +14,15 @@ type: docker
name: release
steps:
- name: build
image: rust:latest
commands:
- cargo build --release
when:
event:
include:
- tag
- name: create-release
image: plugins/gitea-release:latest
settings: