Fix formatting by adding a newline at the end of release.yml

This commit is contained in:
2026-02-01 13:16:39 +00:00
parent 48dd1b6e74
commit 4d254420ce

View File

@@ -21,3 +21,4 @@ jobs:
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }} release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets: secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}