From ac15ddc045bc91fb83af7c0d595f3dcd758ef80c Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Wed, 23 Mar 2022 12:45:30 -0600 Subject: [PATCH] crt: use the latest version of actions-packaging-linux@v1 (#14641) Use the latest version of the actions-packaging-linux@v1 to ensure that .deb and .rpm artifacts are generated with release. Signed-off-by: Ryan Cragun --- .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 000ab92e4c..ebc26834a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: path: out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip - name: Package - uses: hashicorp/actions-packaging-linux@v1.2 + uses: hashicorp/actions-packaging-linux@v1 with: name: ${{ github.event.repository.name }} description: "Vault is a tool for secrets management, encryption as a service, and privileged access management."