From e5b268114238413f1b2c9e8b53d57d0fc2624fe4 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 11:00:40 +0200 Subject: [PATCH] fix: notification in thread [skip ci] --- .github/actions/notify/action.yaml | 2 +- .github/workflows/publish.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/notify/action.yaml b/.github/actions/notify/action.yaml index b36c5369..bc4205c6 100644 --- a/.github/actions/notify/action.yaml +++ b/.github/actions/notify/action.yaml @@ -144,5 +144,5 @@ runs: curl \ -X POST \ -H 'Content-Type: application/json' \ - "${{ inputs.webhook_url }}?threadKey=run${{ github.run_id }}&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD" \ + "${{ inputs.webhook_url }}&threadKey=run${{ github.run_id }}&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD" \ -d "${PAYLOAD}" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dbfbc247..a5520ea0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + fetch-tags: true - name: Check GoReleaser uses: goreleaser/goreleaser-action@v7