chore: Update latest-release.clj

This commit is contained in:
Jacob Nguyen
2023-05-06 11:51:07 -05:00
committed by GitHub
parent b8963e0bce
commit eadcabcd7f

View File

@@ -1,7 +1,7 @@
(require '[babashka.http-client :as http]
'[cheshire.core :as json])
(def token (get env "TOKEN"))
(def token (get env "GHTOKEN"))
(defn latest-version [sern-repo]
(-> (http/get