From 4b299b032b033e35ec57d9e01518fb26d3b6b742 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:21:26 +0100 Subject: [PATCH] Added it back and bumped it --- .github/workflows/build-macos.yml | 4 ++++ 1 file changed, 4 insertions(+) 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