Skip to content

Commit 4c5ee4b

Browse files
committed
fix: fetch full git history for version detection in CI
1 parent e4deab8 commit 4c5ee4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-firebase.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0 # Fetch full git history for version detection
1618

1719
- name: Setup pnpm
1820
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)