mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-16 00:00:35 +02:00
co-authored by
crowlkats
parent
5e01c016a8
commit
4606d5cc6f
@@ -39,8 +39,6 @@ async function main() {
|
||||
await install(version);
|
||||
|
||||
core.setOutput("deno-version", version.version);
|
||||
// TODO(@crowlKats): remove in 2.0
|
||||
core.setOutput("is-canary", version.kind === "canary");
|
||||
core.setOutput("release-channel", version.kind);
|
||||
|
||||
core.info("Installation complete.");
|
||||
|
||||
Reference in New Issue
Block a user