From aec74cab7d9f8ae4412d1b56c60fcc3e81133853 Mon Sep 17 00:00:00 2001 From: Svyatoslav Shchipunov Date: Wed, 2 Oct 2024 12:14:53 +0700 Subject: [PATCH] fix: fix run build job --- .github/workflows/run-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-release.yml b/.github/workflows/run-release.yml index 9c8c5a6..0d00738 100644 --- a/.github/workflows/run-release.yml +++ b/.github/workflows/run-release.yml @@ -61,6 +61,9 @@ jobs: needs: sync-releases if: needs.sync-releases.outputs.release_exists == 'false' steps: + - name: Checkout your repo + uses: actions/checkout@v4 + - name: Run build job uses: ./.github/workflows/build-module.yml with: