fix: prevent shallow clone and get full history with tags
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s

This commit is contained in:
2026-06-06 18:10:30 +05:30
parent e808aa8a37
commit a0b1efd242

View File

@@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Frontend
env: