Skip to content

Commit 1db7e2d

Browse files
committed
Update Github Action to fetch Git history
1 parent a7c9849 commit 1db7e2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Install Dependencies
1618
run: npm install

0 commit comments

Comments
 (0)