From 64cd821e29ce78f93f024d15432eb3c4d9ccc31c Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 7 Jun 2023 14:01:34 +0100 Subject: [PATCH] Use submodules on selfhost --- .github/workflows/release-selfhost.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 7a56748dfb..f4524e99dc 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.github/workflows/release-selfhost.yml @@ -17,6 +17,8 @@ jobs: - uses: actions/checkout@v2 with: + submodules: true + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} fetch-depth: 0 - name: Fail if tag is not in master