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"