Skip to content

Commit

Permalink
GHA: fix reference to pack version in homebrew workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <rjavier@vmware.com>
  • Loading branch information
jromero committed Apr 6, 2022
1 parent 9879336 commit a13e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delivery-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
MACOS_SHA: ${{ steps.checksums.outputs.macos_sha256 }}
MACOS_ARM64_URL: ${{ steps.assets.outputs.macos_arm64_url }}
MACOS_ARM64_SHA: ${{ steps.checksums.outputs.macos_arm64_sha256 }}
PACK_VERSION: ${{ pack_version }}
PACK_VERSION: ${{ steps.assets.outputs.pack_version }}
- run: cat homebrew-tap/Formula/pack.rb
- name: Commit changes
run: |
Expand Down

0 comments on commit a13e6af

Please sign in to comment.