Skip to content

Commit

Permalink
chore(workflow): add newline at EOF in release-on-tag.yml
Browse files Browse the repository at this point in the history
Ensure consistent file formatting by adding a newline at the end
of the release-on-tag.yml file. This improves compatibility
with tools that expect newline-terminated files and maintains
codebase consistency.
  • Loading branch information
YidiDev committed Oct 5, 2024
1 parent dea6d73 commit 991b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
release_name: "Release ${{ github.ref_name }}"
body: ${{ steps.generate_release_notes.outputs.draft-body }}
draft: false
prerelease: false
prerelease: false

0 comments on commit 991b33e

Please sign in to comment.