From 448b57a1fdd6f933cbb03cf3bf2f293651920a59 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:11:26 +0100 Subject: [PATCH] sf --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a93b9f2..59a04b5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,7 +49,6 @@ jobs: COMMIT_DESC=$(git show -s --format=%b ${{ github.sha }}) echo "::set-output name=COMMIT_MSG::$COMMIT_MSG" echo "::set-output name=COMMIT_DESC::$COMMIT_DESC" - - name: Create Release id: create_release uses: actions/create-release@v1