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