We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12cae9 commit a1574dfCopy full SHA for a1574df
.github/workflows/release.yml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
28
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
+ run: clojure -T:build release :build/git-version $(printf '"%s"' $(git describe --tags)) :deploy/only-jar-version-type :full-and-snapshot
0 commit comments