From dedba59cd586b0b00c45c769a62b8a7e705108a2 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Thu, 21 Dec 2023 13:27:31 +0800 Subject: [PATCH] Fetch template (#1369) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bf8b615a..98bf1398e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -216,6 +216,8 @@ jobs: runs-on: ubuntu-latest needs: [build-nodes, build-runtimes, publish-docker-image] steps: + - name: Fetch template + uses: actions/checkout@v4 - name: Download nodes and runtimes uses: actions/download-artifact@v4 - name: Prepare nodes and runtimes