diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 76b01b230d..9d70fd5427 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -37,4 +37,5 @@ template: | ## 👨🏽‍💻 Contributors Thank you to our contributors for making this release possible: - $CONTRIBUTORS \ No newline at end of file + $CONTRIBUTORS + \ No newline at end of file diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 64a3413989..2418ee84a1 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -35,4 +35,4 @@ jobs: with: config-name: release-drafter.yml env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}