ci: fix yaml syntax
This commit is contained in:
parent
34a6c6c889
commit
155d4a9818
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }
|
ref: ${{ github.ref }}
|
||||||
- uses: emqx/push-helm-action@v1
|
- uses: emqx/push-helm-action@v1
|
||||||
if: startsWith(github.ref_name, 'v')
|
if: startsWith(github.ref_name, 'v')
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue