Compare commits

..

1 Commits

Author SHA1 Message Date
dd9f1d8157 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.
2025-02-07 10:26:53 -06:00

View File

@@ -46,9 +46,6 @@ jobs:
echo EOF echo EOF
} >> "$GITHUB_OUTPUT" } >> "$GITHUB_OUTPUT"
- name: retreive commit message
run: echo "commit message is ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}"
# Create a release for this specific version # Create a release for this specific version
- name: Update Release with Files - name: Update Release with Files
id: create_version_release id: create_version_release