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

Commit

Permalink
Remove git fetch --tags step from GHA (Level/community#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 12, 2021
1 parent 0bbbfd3 commit 57677c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ 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 Down

0 comments on commit 57677c0

Please sign in to comment.