diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c9783b..0240646 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,10 @@ jobs: - name: Build uberjar run: clojure -T:build uber - - name: Upload artifact - uses: actions/upload-artifact@v3 + - name: Release + uses: softprops/action-gh-release@v1 with: - name: evolduo-standalone - path: target/*.jar + files: target/*.jar - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index b730d34..9bd2f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ## [Unreleased] -## [0.1.123] - 2022-12-24 +## [0.1.124] - 2022-12-24 - Evolduo Live!