GitHub Action to publish on Clojars?

I would expect this to be possible since lein, boot, and CLI/deps.edn all have ways to build an uberjar and publish it to Clojars. (for the latter, see https://github.com/clojure/tools.deps.alpha/wiki/Tools – I use https://github.com/seancorfield/depstar and https://github.com/slipset/deps-deploy for build/deploy)