From b90218b56f10a18603eaf9bdb0af703955a01634 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:28:01 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7fa5e19..6891687 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,6 @@ jobs: id: tag run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')" - name: Create Release - id: create_release uses: softprops/action-gh-release@v1 with: tag_name: ${{ steps.tag.outputs.tag }}