From 4e9b00f2efd25a9c283dfe7da05b59331100f2d8 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sun, 26 May 2024 13:40:01 -0500 Subject: [PATCH] Check out source --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6119d98..b5e8d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,6 +155,9 @@ jobs: GH_TOKEN: ${{ github.token }} RELEASE_TAG: build-${{ github.run_number }} steps: + - name: Check out source + uses: actions/checkout@v4 + # Releases require a tag on the repository # - name: Tag repository # run: |