Update release workflow to improve readability
All checks were successful
Release Creation / build (release) Successful in 33s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user