From 418002768723caf1c9a1ad1de0341384c9101262 Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Thu, 21 Mar 2024 02:25:14 +1100 Subject: [PATCH] Merge pull request #258 from tristanmorgan/realease_description Changed package description to closer match purpose. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f88ba..cf48c48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: uses: hashicorp/actions-packaging-linux@v1 with: name: ${{ github.event.repository.name }} - description: "Template rendering, notifier, and supervisor for @hashicorp Consul, Nomad and Vault data. " + description: "External service monitoring for Consul. " arch: ${{ matrix.goarch }} version: ${{ needs.get-product-version.outputs.product-version }} maintainer: "HashiCorp"