We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63691d commit cd2fa3eCopy full SHA for cd2fa3e
dist/index.js
@@ -10579,7 +10579,7 @@ function getArch() {
10579
};
10580
return mappings[arch] || arch;
10581
}
10582
-async function getRelease(tag, token) {
+async function getRelease(token, tag) {
10583
try {
10584
const octokit = new github.getOctokit(token);
10585
let release;
index.js
@@ -34,7 +34,7 @@ function getArch() {
34
35
36
37
38
39
40
0 commit comments