diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8203cfac5..41d8e492d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,5 @@ jobs: files: target/* tag_name: ${{ steps.get_tag.outputs.TAG }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + \ No newline at end of file