We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8890e commit 8a1a5a1Copy full SHA for 8a1a5a1
2 files changed
dist/index.js
@@ -70412,7 +70412,7 @@ const { getDownloadObject } = __nccwpck_require__(5804);
70412
async function main() {
70413
try {
70414
// Get version input
70415
- const version = core.getInput("version");
+ let version = core.getInput("version");
70416
70417
if (version === "stable") {
70418
const response = await fetch(
src/index.js
@@ -8,7 +8,7 @@ const { getDownloadObject } = require("./utils");
8
9
10
11
12
13
14
0 commit comments