From 962f4ef1d3b9c1dd8a2668016e3dba4a64508e55 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 28 Mar 2021 09:18:39 -0700 Subject: [PATCH] fix: ensure we checkout the repo in the release stage --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 007d66cfe..9be3215ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -189,6 +189,9 @@ jobs: needs: [build-binary] steps: + - name: Checkout repo + uses: actions/checkout@v1 + - name: Add SSH deploy key uses: shimataro/ssh-key-action@v2 with: @@ -253,6 +256,9 @@ jobs: needs: [build-binary] steps: + - name: Checkout repo + uses: actions/checkout@v1 + - name: Add SSH deploy key uses: shimataro/ssh-key-action@v2 with: