Update release workflow to improve readability
All checks were successful
Release Creation / build (release) Successful in 33s

- 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.
This commit is contained in:
2025-02-07 10:26:53 -06:00
parent 9d87de53f0
commit dd9f1d8157

View File

@@ -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