From d55d5e43464343c8eb6a8ff68143385d96599f13 Mon Sep 17 00:00:00 2001 From: Optic_Fusion1 <37254722+OpticFusion1@users.noreply.github.com> Date: Tue, 4 May 2021 23:14:21 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aba2274c..fae06baf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,7 +11,7 @@ on: description: "Release Description" required: true default: '' - + name: Java CI with Maven @@ -35,9 +35,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 10 - release_name: Release 10 - body: Program Rewrite + tag_name: ${{ github.event.inputs.version }} + release_name: Release ${{ github.event.inputs.version }} + body: ${{ github.event.inputs.description }} draft: false prerelease: false - name: Upload Release Asset