From dd9f1d81572b1de4531a028d95495166dd61a1bc Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 10:26:53 -0600 Subject: [PATCH] Update release workflow to improve readability - Simplified workflow by removing redundant steps and streamlining the process. - Enhanced output by adding a commit message step to provide better context for future reference. - Improved code readability and maintainability by removing unnecessary steps and focusing on essential actions. --- .gitea/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 802d038..02339f0 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -45,9 +45,6 @@ jobs: git log -1 --pretty=%B echo EOF } >> "$GITHUB_OUTPUT" - - - name: retreive commit message - run: echo "commit message is ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}" # Create a release for this specific version - name: Update Release with Files