Skip to content

Commit

Permalink
Merge pull request #16 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz committed Mar 4, 2023
2 parents 89e8c2f + 1d33e1c commit 6969d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Expand Up @@ -32,12 +32,8 @@ jobs:
CLOJARS_PASSWORD: ${{secrets.CLOJARS_PASSWORD}}
CLOJARS_USERNAME: ${{secrets.CLOJARS_USERNAME}}

- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ncipollo/release-action@v1
with:
tag_name: ${{ steps.deploy.outputs.version }}
release_name: ${{ steps.deploy.outputs.version }}
body: released
draft: false
prerelease: false
tag: ${{ steps.deploy.outputs.version }}
skipIfReleaseExists: true
generateReleaseNotes: true
4 changes: 2 additions & 2 deletions deps.edn
Expand Up @@ -4,7 +4,7 @@
:aliases
{:dev
{:extra-paths ["dev" "test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}
com.github.liquidz/testdoc {:mvn/version "1.5.109"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}}}

Expand All @@ -31,5 +31,5 @@
:main-opts ["-m" "cloverage.coverage"]}

:build
{:deps {com.github.liquidz/build.edn {:git/tag "0.9.188" :git/sha "d2d25b0"}}
{:deps {com.github.liquidz/build.edn {:mvn/version "0.9.203"}}
:ns-default build-edn.main}}}

0 comments on commit 6969d93

Please sign in to comment.