diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index f6aff67c..f9661560 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -7,16 +7,16 @@ jobs: notify: runs-on: ubuntu-latest steps: - - name: Notes 📝 + - name: Notes 📝 id: notes uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: - result-encoding: string - script: | + result-encoding: string + script: | notes = context.payload.release.body // replace all non-supported characters - notes = notes.replaceAll('###', + notes = notes.replaceAll('###', '') notes = notes.trim() return notes - name: Changelog 📝 diff --git a/.gitignore b/.gitignore index 17690c75..941e2d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Others + +.fleet/ # Created by https://www.toptal.com/developers/gitignore/api/node,go,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=node,go,visualstudiocode