Skip to content

Commit

Permalink
Fetch tags for hallmark's changelog linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 20, 2021
1 parent e5453d7 commit 521b34c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -23,4 +25,4 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info
file: coverage/lcov.info

0 comments on commit 521b34c

Please sign in to comment.