From 936776543ce623fcf8c404d8ff4090bb6fda2f9b Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 13 Jul 2023 15:18:35 +0200 Subject: [PATCH] Checkout source code in release to be able to use script Signed-off-by: Ryan Levick --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0ea624f..2238772 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -194,6 +194,9 @@ jobs: needs: release steps: + - name: checkout source + uses: actions/checkout@v3 + - name: set the release version (tag) if: startsWith(github.ref, 'refs/tags/v') shell: bash