Skip to content

Commit c3b5897

Browse files
committed
build
1 parent 611c739 commit c3b5897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70425,7 +70425,7 @@ async function main() {
7042570425
}
7042670426
);
7042770427
const data = await response.json();
70428-
version = data[0].tag_name;
70428+
version = data.tag_name;
7042970429
}
7043070430

7043170431
// Download the archive containing the binaries

0 commit comments

Comments
 (0)