From a3d2018a36867b1dd71095470f7247d1c95660ca Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 16 May 2020 21:04:45 -0400 Subject: [PATCH] Action changes --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c69ddf..c636582 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,11 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2.1.0 - #with: - #submodules: 'true' - #lfs: 'true' - #token: ${{ secrets.GH_SECRET }} + with: + submodules: 'true' + lfs: 'true' + token: ${{ secrets.GH_SECRET }} + fetch-depth: 0 - name: Configure env: PLATFORM: ${{ matrix.platform }}