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 <me@ryan.ec>
This commit is contained in:
parent
858efb9b3b
commit
3c8a1611ad
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue