Skip to content

Commit 62e692f

Browse files
committed
release to github
1 parent 842d162 commit 62e692f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ jobs:
3737
with:
3838
dependencies-cache-enabled: true
3939
arguments: :cli:publish
40+
- uses: eskatos/gradle-command-action@v1
41+
with:
42+
dependencies-cache-enabled: true
43+
arguments: shadowJar
44+
- uses: softprops/action-gh-release@v1
45+
with:
46+
files: cli/build/libs/cli.jar
47+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)