diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72c88e5..9bfce81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,6 +91,6 @@ jobs: name: Continuous Build tag: latest commit: main - body: ${{ github.event.head_commit.message }} + body: "${{ github.event.head_commit.url }} ${{ github.event.head_commit.message }}" artifacts: "scramjet.zip" prerelease: true