From 1073df82424ab1bb5bd2d1c3345ee0cfe6664bcb Mon Sep 17 00:00:00 2001 From: Jacek Kowalski Date: Thu, 12 Mar 2026 18:43:04 +0100 Subject: [PATCH] fix: wrong metadata branch used in release workflow Rather than getting metadata of the tagged version, it was using data from the latest "nightly" tag. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 781fde1f..8c51856e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ref: nightly - name: Generate metadata id: metadata