From e7126fcee5b3d6a3cb7aa634100251b986c01f36 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 30 Aug 2024 10:53:36 -0700 Subject: [PATCH] Populate git submodules before running release-plz --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 919376f..84729ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,9 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable + - name: Populate git submodules + run: git submodule init && git submodule update + - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: