From bc5aabbe56a07decc35c262760537012a88a5092 Mon Sep 17 00:00:00 2001 From: GavinGoGaming <57292172+GavinGoGaming@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:30:46 -0800 Subject: [PATCH] Update maven-publish.yml --- .github/workflows/maven-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 76293f1..36f119a 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -29,6 +29,7 @@ jobs: - name: action-ghrelease uses: phuonghuynh/action-ghrelease@v1.1.0 with: - body: "Automated Plumcode Release" + name: "Automated Plumcode Release" prerelease: true files: target/plumcode-1.0.jar + tag_name: ${{ github.GITHUB_REF }}