From 6f17c6a3559be5d36430026b60a3428269516ece Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Mon, 6 May 2024 17:49:10 -0700 Subject: [PATCH] Add code checkout --- .github/workflows/autorelease.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 41077e8..99f3018 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -18,6 +18,9 @@ jobs: with: go-version: "^1.22" + - name: Check Out Code + uses: actions/checkout@v4 + - name: Make run: | make release