From d72ad77b476831fecdf8b2a229b9f27317afeedb Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 5 Sep 2024 14:39:39 -0700 Subject: [PATCH] Checkout submodules too --- .github/workflows/ghcr-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 577964f7..d6655b4d 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -35,6 +35,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: 'true' # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer