From 391ae609eca618a3c20fe09a90d55c0dc1fccc1f Mon Sep 17 00:00:00 2001 From: Avelino <31996+avelino@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:49:01 -0300 Subject: [PATCH] set version 0.1.1 Signed-off-by: Avelino <31996+avelino@users.noreply.github.com> --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ebda8fc..0bd870b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,9 +14,9 @@ jobs: with: cli: "1.11.1.1139" - name: deploy - run: | - clojure -M:dev --report stderr -m com.moclojer.tools.build && \ - clojure -X:deploy-clojars env: CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }} CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }} + run: | + clojure -M:dev --report stderr -m com.moclojer.tools.build && \ + clojure -X:deploy-clojars