From 632e6ea2d3338fc1e3fc6bab63281699c822ea87 Mon Sep 17 00:00:00 2001 From: Nightapes Date: Thu, 27 Feb 2020 22:19:55 +0100 Subject: [PATCH] ci(actions): checkout code for release job --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 279ec83..ebc148d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,6 +55,8 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Check out code into the Go module directory + uses: actions/checkout@v1 - uses: actions/download-artifact@v1 with: name: build