Skip to content

Commit 43ecb52

Browse files
committed
set build cli
Signed-off-by: Austin Abro <[email protected]>
1 parent eebab14 commit 43ecb52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Build CLI
3333
run: |
34-
make build-cli-linux-amd
35-
make build-cli-linux-arm
34+
CLI_VERSION=$GITHUB_REF_NAME make build-cli-linux-amd
35+
CLI_VERSION=$GITHUB_REF_NAME make build-cli-linux-arm
3636
3737
- name: "Zarf Agent: Login to GHCR"
3838
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -175,7 +175,7 @@ jobs:
175175
# private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
176176
# owner: defenseunicorns
177177
# repositories: homebrew-tap
178-
178+
179179
- name: Cleanup files
180180
uses: ./.github/actions/cleanup-files
181181

0 commit comments

Comments
 (0)