diff --git a/.drone.yml b/.drone.yml index 51f13e9..39f6e8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,9 @@ steps: from_secret: gitea_public_releases base_url: http://git.mroberts.dev files: dist/* - checksum: sha256 \ No newline at end of file + checksum: + - sha256 + - md5 + - sha1 + when: + event: tag \ No newline at end of file