Skip to content

Commit

Permalink
switch to softprops/action-gh-release@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kongeor committed Dec 24, 2022
1 parent e4c082c commit cbfc5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## [Unreleased]

## [0.1.123] - 2022-12-24
## [0.1.124] - 2022-12-24

- Evolduo Live!

Expand Down

0 comments on commit cbfc5d8

Please sign in to comment.