Skip to content

Commit

Permalink
Fix build.yml to pickup the correct version when creating the Linux p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
dadgar committed Mar 18, 2024
1 parent 464d462 commit dc7a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: ${{ github.event.repository.name }}
description: "HashiCorp Cloud Platform CLI"
arch: ${{ matrix.goarch }}
version: ${{ needs.get-product-version.outputs.product-version }}
version: ${{ needs.set-product-version.outputs.product-version }}

maintainer: "HashiCorp"
homepage: "https://github.com/hashicorp/hcp"
Expand Down

0 comments on commit dc7a840

Please sign in to comment.