From 7cabe153037850d3ccad5fa66606d5778b2c9a77 Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Fri, 19 May 2023 14:04:45 +0800 Subject: [PATCH] Update bundle-release.yml --- .github/workflows/bundle-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle-release.yml b/.github/workflows/bundle-release.yml index a3a8da31e..afb240260 100644 --- a/.github/workflows/bundle-release.yml +++ b/.github/workflows/bundle-release.yml @@ -23,7 +23,7 @@ jobs: - name: checkout uses: actions/checkout@v2 with: - ref: {{ inputs.tag }} + ref: ${{ inputs.tag }} - name: Login to Docker Hub uses: docker/login-action@v1 @@ -135,7 +135,7 @@ jobs: - name: checkout uses: actions/checkout@v2 with: - ref: {{ inputs.tag }} + ref: ${{ inputs.tag }} - name: Login to Docker Hub uses: docker/login-action@v1