Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 922734b

Browse files
committed
Don't fetch tags in test workflow
No longer needed since vweevers/hallmark@60aa51d.
1 parent a284cff commit 922734b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13-
- name: Fetch tags
14-
run: git fetch --tags
1513
- name: Use node ${{ matrix.node }}
1614
uses: actions/setup-node@v2
1715
with:

0 commit comments

Comments
 (0)