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 44
44
- run : echo Working on ${{ github.ref }}
45
45
46
46
- 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 8
8
.nrepl-port
9
9
10
10
.DS_Store
11
+ pom.xml
Original file line number Diff line number Diff line change 1
1
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 4
4
"description" : " ClojureScript workflow using Calcit Editor" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "m2" : " clojure -A:depstar && clojure -A:install" ,
8
- "deploy" : " clojure -A:depstar && clojure -A:deploy" ,
7
+ "deploy" : " clj -A:release" ,
9
8
"watch" : " shadow-cljs watch client" ,
10
9
"serve" : " http-server dist -s" ,
11
10
"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