We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebab14 commit 43ecb52Copy full SHA for 43ecb52
.github/workflows/release.yml
@@ -31,8 +31,8 @@ jobs:
31
32
- name: Build CLI
33
run: |
34
- make build-cli-linux-amd
35
- make build-cli-linux-arm
+ CLI_VERSION=$GITHUB_REF_NAME make build-cli-linux-amd
+ CLI_VERSION=$GITHUB_REF_NAME make build-cli-linux-arm
36
37
- name: "Zarf Agent: Login to GHCR"
38
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -175,7 +175,7 @@ jobs:
175
# private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
176
# owner: defenseunicorns
177
# repositories: homebrew-tap
178
-
+
179
- name: Cleanup files
180
uses: ./.github/actions/cleanup-files
181
0 commit comments