From 4e8acabf44b00c5348419409a5c322e0ca8fab9c Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 5 Apr 2021 18:33:04 +0200 Subject: [PATCH] remove check workflow --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ef194..d830d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,6 @@ jobs: - name: Fetch tags run: git fetch --tags - - name: Current tag - run: git describe --tags --abbrev=0 2>/dev/null - - name: Get yarn cache directory path id: yarn_cache run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)"