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