Skip to content

Commit

Permalink
fix release Changelog destination
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Oct 28, 2020
1 parent 573351b commit e686c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit e686c67

Please sign in to comment.