From e686c6786bb7031a27a56408aaff572befb5b2dc Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 28 Oct 2020 09:56:22 +0100 Subject: [PATCH] fix release Changelog destination --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index e2763e99df..7778dbb1b5 100644 --- a/.drone.star +++ b/.drone.star @@ -870,7 +870,7 @@ def binary(ctx, name): 'image': 'toolhippie/calens:latest', 'pull': 'always', 'commands': [ - 'calens --version %s -o dist/CHANGELOG.md' % ctx.build.ref.replace("refs/tags/v", "").split("-")[0], + 'calens --version %s -o ocis/dist/CHANGELOG.md' % ctx.build.ref.replace("refs/tags/v", "").split("-")[0], ], 'when': { 'ref': [