mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
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
793220ecc3
commit
ac15ddc045
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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 a new issue