diff --git a/.drone.yml b/.drone.yml index 0de221d..ea6397a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,6 @@ kind: pipeline type: docker name: build-release -when: - event: - - tag steps: @@ -38,10 +35,10 @@ steps: - admin-manual.pdf checksum: - sha512 - title: ${DRONE_TAG} + title: ${DRONE_TAG:=latest} prerelease: true --- kind: signature -hmac: 96642721ee33af4911e786087ef479b0db15c77b3e32e5e7391397492f3ce180 +hmac: 0b3c580c341083b8604053e1d5462ee6856c2d00dce9094e9a64ddd5a401e799 ...