Skip to content

Commit 87fff3b

Browse files
Automated release
1 parent c281a58 commit 87fff3b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,14 @@ jobs:
9090
mvn package -DskipTests
9191
docker compose up --abort-on-container-exit
9292
93+
- name: Publish Release
94+
uses: "marvinpinto/action-automatic-releases@latest"
95+
with:
96+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
97+
prerelease: false
98+
automatic_release_tag: "latest"
99+
files: |
100+
./target/*.jar
101+
102+
103+

0 commit comments

Comments
 (0)