Fix fetch depth

This commit is contained in:
Nick Alteen
2024-02-22 09:12:34 -05:00
parent 548afb2db8
commit 272c21a437
3 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node