Skip to content

Commit 5a89e0e

Browse files
committed
chore: prod deploy action checks out all history
1 parent 99b3aa3 commit 5a89e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
token: ${{ secrets.SGTPOOKI_PAT }}
4747
ref: production
48+
fetch-depth: 0 # Fetch all branches and commit history
4849
- name: Get latest tag deployed to staging
4950
id: get_latest_tag
5051
run: |

0 commit comments

Comments
 (0)