From aabe46ff2bba4a2b77cb40f8703ca1e0e4f2552a Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Sat, 1 Aug 2020 08:55:29 +0200 Subject: [PATCH] build and release action now fetches all the history --- .github/workflows/BuildAndRelease.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/BuildAndRelease.yml b/.github/workflows/BuildAndRelease.yml index 2d65cdac3..9c36f0757 100644 --- a/.github/workflows/BuildAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -43,6 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install Qt uses: jurplel/install-qt-action@v2 @@ -92,6 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install dependencies run: | @@ -123,6 +125,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install dependencies run: | @@ -167,6 +170,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Downlaod Jom run: |