Skip to content

Commit 0e02b4e

Browse files
committed
Ensure README is included inside chart
1 parent 57aace8 commit 0e02b4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
git config --global user.name 'Github Actions (${{ github.actor }})'
7878
git config --global user.email '[email protected]'
7979
80+
- name: Copy README into Chart
81+
run: |
82+
cp README.md charts/s3proxy/
83+
8084
- name: Run chart-releaser
8185
uses: bitdeps/[email protected]
8286
with:

0 commit comments

Comments
 (0)