From d151d7d67e3e72dd840a1f2a9d383431007c8aea Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Wed, 21 Apr 2021 21:15:37 +0200 Subject: [PATCH] Fetch tags for hallmark's changelog linter --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 739e521..7d4e8bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Fetch tags + run: git fetch --tags - name: Use node ${{ matrix.node }} uses: actions/setup-node@v2 with: