Skip to content

Commit a1574df

Browse files
committed
Namespaced build-option
1 parent a12cae9 commit a1574df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
2828
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
29-
run: clojure -T:build release :git-version $(printf '"%s"' $(git describe --tags)) :deploy/only-jar-version-type :full-and-snapshot
29+
run: clojure -T:build release :build/git-version $(printf '"%s"' $(git describe --tags)) :deploy/only-jar-version-type :full-and-snapshot

0 commit comments

Comments
 (0)