File tree Expand file tree Collapse file tree 6 files changed +19
-41
lines changed Expand file tree Collapse file tree 6 files changed +19
-41
lines changed Original file line number Diff line number Diff line change 4444 - run : echo Working on ${{ github.ref }}
4545
4646 - name : deploy to clojars
47- run : clojure -A:depstar && env CLOJARS_USERNAME=jiyinyiyong CLOJARS_PASSWORD=${{ secrets.CLOJARS_PASSWORD }} clojure -A:deploy
47+ run : env CLOJARS_USERNAME=jiyinyiyong CLOJARS_PASSWORD=${{ secrets.CLOJARS_PASSWORD }} clojure -A:release
Original file line number Diff line number Diff line change 88.nrepl-port
99
1010.DS_Store
11+ pom.xml
Original file line number Diff line number Diff line change 11
2- {:paths [" src" ]
3- :aliases {:depstar {:extra-deps {seancorfield/depstar {:mvn/version " 0.5.2" }}
4- :main-opts [" -m" " hf.depstar.jar" " target/lilac.jar" ]}
5- :deploy {:extra-deps {deps-deploy {:mvn/version " RELEASE" }}
6- :main-opts [" -m" " deps-deploy.deps-deploy" " deploy" " target/lilac.jar" ]}
7- :install {:extra-deps {deps-deploy {:mvn/version " RELEASE" }}
8- :main-opts [" -m" " deps-deploy.deps-deploy" " install" " target/lilac.jar" ]}}}
2+ {
3+ :paths [" src" ]
4+ :aliases {
5+ :release {
6+ :extra-deps {
7+ appliedscience/deps-library {:mvn/version " 0.3.2" }
8+ }
9+ :main-opts [" -m" " deps-library.release" ]
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 44 "description" : " ClojureScript workflow using Calcit Editor" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "m2" : " clojure -A:depstar && clojure -A:install" ,
8- "deploy" : " clojure -A:depstar && clojure -A:deploy" ,
7+ "deploy" : " clj -A:release" ,
98 "watch" : " shadow-cljs watch client" ,
109 "serve" : " http-server dist -s" ,
1110 "build-cdn" : " shadow-cljs clj-run build.main/build-cdn" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {:version " 0.0.1"
2+ :group-id " mvc-works"
3+ :artifact-id " calcit-workflow"
4+ :skip-tag true
5+ :scm-url " https://github.com/mvc-works/calcit-workflow" }
You can’t perform that action at this time.
0 commit comments