diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c62ee04..ffb9124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install build dependencies run: sudo apt-get update && sudo apt-get install -y build-essential @@ -31,6 +33,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install MinGW/GCC and Make run: | @@ -60,6 +64,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Get latest unique tag id: get_tag