From 155d4a98184b189a45c22db37198f5e54d9be430 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 9 Nov 2022 19:11:48 +0100 Subject: [PATCH] ci: fix yaml syntax --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e7dd4ada..05dcb62e3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: