From 1e66ba75c59bb9bf25171c80363bb79e468fc53f Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 28 Dec 2022 19:20:19 +0000 Subject: [PATCH] Add missing code checkout to release workflow --- .github/workflows/30-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/30-release.yml b/.github/workflows/30-release.yml index 724800e6..e2e97238 100644 --- a/.github/workflows/30-release.yml +++ b/.github/workflows/30-release.yml @@ -22,6 +22,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Get current date id: date run: echo "date=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT