Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Apr 26, 2024
1 parent ad395ef commit c0a5c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
with:
files: /home/runner/work/Zyneon-Application/Zyneon-Application/application-main/target/application-main-experimental.jar
tag_name: v${{ steps.extract_version.outputs.version }}
release_name: Release ${{ steps.extract_version.outputs.version }}
release_name: ${{ steps.extract_version.outputs.version }}
body: |
Release ${{ steps.extract_version.outputs.version }}

0 comments on commit c0a5c02

Please sign in to comment.