Skip to content

Commit a2d02a0

Browse files
Fix gh-distribute-toolchain
1 parent d67858d commit a2d02a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gh-distribute-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ class Distribution:
657657
# If release already exists, use it
658658
release = self.swift_github.get_release(tag_name)
659659
print(f"Use existing prerelease for {tag_name}...")
660-
return release
660+
return [release, swift_version, swiftwasm_build_version]
661661
except Exception:
662662
pass
663663
print(f"Creating prerelease for {tag_name}...")

0 commit comments

Comments
 (0)