From ed1afebefc90b63ef647f8e986ee8ab978cd9a27 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 14 Aug 2024 16:25:26 +0200 Subject: [PATCH] chore: want the latest commit on master for the release info --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3aa44f98..228c7b1b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,10 @@ jobs: !contains(github.event.head_commit.message, '[skip release]') }} steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v4 + with: + ref: master + fetch-depth: 0 - name: Extract version if: success()