Skip to content

Commit

Permalink
fixup! add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jan 24, 2025
1 parent 09d87ed commit bc97188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- mpenet/t-deps

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'exoscale/reporter)
(def version (format "1.0.%s" (b/git-count-revs nil)))
(def version (format "1.0.%s-SNAPSHOT" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def copy-srcs ["src"])
(def target-dir "target")
Expand Down

0 comments on commit bc97188

Please sign in to comment.