ci: fix push helm repo error

This commit is contained in:
Rory Z 2022-08-01 10:59:50 +08:00
parent f55aaf3a39
commit bb7575f5d6
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ jobs:
-X POST \
-d "{\"repo\":\"emqx/emqx\", \"tag\": \"${{ github.ref_name }}\" }" \
${{ secrets.EMQX_IO_RELEASE_API }}
- uses: actions/checkout@v2
- uses: emqx/push-helm-action@v1
if: github.event_name == 'release' && endsWith(github.repository, 'emqx') && matrix.profile == 'emqx'
with: