Skip to content

Commit d71a8e0

Browse files
authored
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.
1 parent 592b7de commit d71a8e0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
with:
19-
ref: nightly
2018

2119
- name: Generate metadata
2220
id: metadata

0 commit comments

Comments
 (0)