ci: we need full history to generate app version code

This commit is contained in:
tiann
2023-01-06 16:42:52 +08:00
parent d9542d6a9c
commit 63ebec2f76

View File

@@ -17,6 +17,8 @@ jobs:
working-directory: ./manager working-directory: ./manager
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up JDK 11 - name: set up JDK 11
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with: