From 51f70835f067b7176783c353f16f57ae86e85641 Mon Sep 17 00:00:00 2001 From: Mattia Forcellese Date: Sun, 8 Sep 2024 16:04:05 +0000 Subject: [PATCH] chore(ci): Changed release name and tag in maven.yaml workflow --- .github/workflows/maven.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 382761e..5d34271 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,9 +47,4 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: - tag: ${{ github.ref }} # Use the current tag for the release - name: Release ${{ github.ref }} - commit: ${{ github.sha }} - draft: false - prerelease: false artifacts: "target/*.jar"