feat: support rc version (#72)

This commit is contained in:
Leo Kettmeir
2024-09-13 07:41:34 -07:00
committed by GitHub
parent 3a041055d2
commit f8480e68ca
6 changed files with 106 additions and 58 deletions

View File

@@ -18,6 +18,8 @@ outputs:
description: "The Deno version that was installed."
is-canary:
description: "If the installed Deno version was a canary version."
release-channel:
description: "The release channel of the installed version."
runs:
using: "node20"
main: "main.js"