From 329b1884358b783c652fcbc3b23d3677ed490b8d Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 27 Feb 2020 22:23:33 -0500 Subject: [PATCH] Checkout before using other CI --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bb05345..2947d9ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: steps: # Build Artifacts + - uses: actions/checkout@v1 - name: Build Artifacts uses: ./.github/workflows/ci