setting charts_dir for release workflow

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-01-10 11:12:43 -05:00
parent 0deb3dede3
commit a4ba4888e6

View File

@ -32,5 +32,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-alpha.2
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"