From 38f7275e4a5581981bfe69acb81e25420ff44a02 Mon Sep 17 00:00:00 2001 From: Revone Date: Wed, 27 Sep 2023 10:30:55 +0800 Subject: [PATCH] [debug] ci --- .github/workflows/ci.yml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 944b9c6..d323ca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - name: Print Environment Variables run: env + - name: Print Git Tags + run: git show-ref --tags + - name: Lint run: npm run lint diff --git a/package.json b/package.json index 727ea2c..1a468f0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "deps:check": "dependency-cruiser src", "changelog": "auto-changelog", "coverage:badge": "istanbul-badges-readme", - "ci": "env && npm run lint && npm run build && npm run test && npm run changelog" + "ci": "env && git show-ref --tags && npm run lint && npm run build && npm run test && npm run changelog" }, "repository": { "type": "git",