Skip to content

Commit 0c082c2

Browse files
Merge pull request #4 from ChillyCheesy/dev
change version to 0.0.3
2 parents 010c507 + 4bca740 commit 0c082c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/app-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252
uses: marvinpinto/action-automatic-releases@latest
5353
with:
5454
repo_token: $GITHUB_TOKEN
55-
automatic_release_tag: latest
55+
automatic_release_tag: $TITLE
5656
title: 🪤 $TITLE
57+
files: |
58+
modulo-api/build/libs/*.jar
59+
modulo-server/build/libs/*.jar
5760
env:
5861
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)