From 32e9a8ae4b690804d7aef03056579059789c46a3 Mon Sep 17 00:00:00 2001 From: Matthew Mattox Date: Mon, 19 Feb 2024 04:49:25 -0600 Subject: [PATCH] Adding checkout --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a759e7a..fa62a38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,9 @@ jobs: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # Set the OpenAI API key as an environment variable steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Install Go uses: actions/setup-go@v5 with: