From 4b6b830717946b616522d74cfc70bf2ef8b46dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCarson?= Date: Mon, 12 Oct 2020 16:00:00 -0400 Subject: [PATCH] fix checkout step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b224fa8..5288c20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: bash -c 'git rev-parse "v${{ github.event.inputs.version }}" >/dev/null 2>&1 && exit 2 || exit 0' - name: Checkout uses: actions/checkout@v2.3.3 + with: + submodules: true - name: Install dependencies run: sudo apt install nuget mono-complete make - name: Update version number, and commit