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