From 9eba07addbab3bf31237b02684db4052501cdde6 Mon Sep 17 00:00:00 2001 From: Chris Dunphy Date: Tue, 24 Dec 2024 15:09:25 -0700 Subject: [PATCH] We need to checkout the repo again? --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a75c883..1bd7208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,12 @@ jobs: name: Build and Publish Docker image needs: build steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Read version + id: get_version + run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV - name: Login to Docker uses: docker/login-action@v3