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",