From 87863402ea65f6b5ae4b238348952773f4e6d88b Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Tue, 23 Mar 2021 19:49:34 +0100 Subject: [PATCH] Fix version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44a6676e3..ba6c64a19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest outputs: VERSION: ${{ steps.get_version.outputs.VERSION }} - YARN_CACHE_DIR: ${{ steps.get_version.outputs.YARN_CACHE_DIR }} + YARN_CACHE_DIR: ${{ steps.yarn_cache.outputs.YARN_CACHE_DIR }} steps: - name: Get the version @@ -19,7 +19,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/\v} - name: Get yarn cache directory path - id: yarn-cache-dir-path + id: yarn_cache run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)" lucide: