From f2342d10eb9bc85a5f9ca01c2b2f0f8c90d9d5c9 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 22 May 2023 23:09:18 +0200 Subject: [PATCH] fix release workflow -> checkout tag for releasenotes to work --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a37e76f..91ad13c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + ref: ${{ github.ref }} - name: Set tag name id: tag