Skip to content

Commit

Permalink
[skip ci] fix cp command in ci release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Sep 27, 2022
1 parent b8c54e3 commit ad83d96
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 @@ -246,8 +246,8 @@ def release(ctx):
"image": "quay.io/helmpack/chart-releaser",
"commands": [
"mkdir -p dist/docs/",
"cp README.md dist/docs/README.md",
"cr index",
"cp dist/docs/README.md",
],
"when": {
"ref": [
Expand Down

0 comments on commit ad83d96

Please sign in to comment.