fix release Changelog destination
This commit is contained in:
+1
-1
@@ -870,7 +870,7 @@ def binary(ctx, name):
|
|||||||
'image': 'toolhippie/calens:latest',
|
'image': 'toolhippie/calens:latest',
|
||||||
'pull': 'always',
|
'pull': 'always',
|
||||||
'commands': [
|
'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': {
|
'when': {
|
||||||
'ref': [
|
'ref': [
|
||||||
|
|||||||
Reference in New Issue
Block a user