From 69835da4e0f7cc7da837e7be00510d168df59a36 Mon Sep 17 00:00:00 2001 From: phongnguyenhh1996 <34834380+phongnguyenhh1996@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:45:41 +0700 Subject: [PATCH] fix: Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eddeb57..881930e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@v4 id: yarn-cache