diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db44ce..a7dc17f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: - name: Run tests run: npm test + - name: Fetch Tags + run: git fetch --tags + - name: Changelog run: npm run changelog env: