fix: wrong metadata branch used in release workflow (#725)

Rather than getting metadata of the tagged version, it was using
data from the latest "nightly" tag.
This commit is contained in:
Jacek Kowalski
2026-03-20 17:18:12 +02:00
committed by GitHub
parent 592b7ded24
commit d71a8e03cc
-2
View File
@@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: nightly
- name: Generate metadata
id: metadata