Fix version

This commit is contained in:
Michiel Borkent 2021-04-21 11:49:35 +02:00
parent eddb098947
commit 906d009fc0

View file

@ -19,6 +19,6 @@
(ghr/overwrite-asset {:org "babashka"
:repo "babashka"
:file file
:tag (str "vx" current-version)}))
:tag (str "v" current-version)}))
(println "Skipping release artifact (no GITHUB_TOKEN or not on main branch)"))
nil))