From 92050b29f08e4651f07e55cbf594ae8238f5c472 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Mon, 17 Apr 2023 14:33:58 -0600 Subject: [PATCH] Add the checkout action to the release so that it can find the RELEASE_CHANGELOG.md file. (#43) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e22328..d21f377 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,8 @@ jobs: platforms: linux/amd64 push: true tags: ${{ env.TAGS }} + - name: Checkout + uses: actions/checkout@v3 - name: Create release uses: actions/create-release@v1 env: