Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dharrigan committed Nov 3, 2023
1 parent e8d1f68 commit c30bc9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/publish
Expand Up @@ -13,4 +13,8 @@ REQD_VALUES=("CLOJARS_URL" "CLOJARS_USERNAME" "CLOJARS_PASSWORD")
i=$((i+1)) ; : ${VALUE:?$var_name is missing}
done ) || usage

clojure -T:build publish
if [ -z "$1" ]; then
clojure -T:build publish
else
clojure -T:build publish :tag "\"$1\""
fi

0 comments on commit c30bc9e

Please sign in to comment.