diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b3904ee2..4b60942f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -45,6 +45,10 @@ jobs: with: xcode-version: '12.4' + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Change Version run: sudo chmod +x resources/version.sh && ./resources/version.sh || true