From e79911264e4e339174dad576ec02bbdc5d92435d Mon Sep 17 00:00:00 2001 From: Revone Date: Wed, 27 Sep 2023 10:37:28 +0800 Subject: [PATCH] [ci] debug --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b1841..1db44ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,6 @@ jobs: - name: Print Environment Variables run: env - - name: Print Git Tags - run: git show-ref --tags - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Lint run: npm run lint