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 c3df383 commit 97cd376Copy full SHA for 97cd376
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
# Build the example packages and run the tests
111
- name: Build examples and run tests
112
run: |
113
- sudo env "PATH=$PATH" CI=true APPLIANCE_MODE=true make test-e2e ARCH=amd64
+ sudo env "PATH=$PATH" CI=true APPLIANCE_MODE=true CLI_VERSION=$GITHUB_REF_NAME make test-e2e ARCH=amd64
114
115
- name: Save logs
116
if: always()
@@ -152,7 +152,6 @@ jobs:
152
echo "BREW_NAME=zarf" >> $GITHUB_ENV
153
fi
154
155
-
156
- name: Setup release ENV vars
157
158
echo TAG=$GITHUB_REF_NAME >> $GITHUB_ENV
0 commit comments