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