From b3db55708a4b6c072adec243b277d3a6f84e7ad9 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 12 Mar 2022 22:14:49 -0400 Subject: [PATCH] ci: clone submodules --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7878d49..83348b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,8 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - run: git submodule update --init --recursive - uses: taiki-e/create-gh-release-action@v1 with: title: Hilbish $tag