Skip to content

Commit 70fc134

Browse files
committed
fix: ci release correctly sets env vars
1 parent 32e7166 commit 70fc134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: build binary
5858
run: |
59-
eirctl run pipeline build:bin --set VERSION=${SEMVER} --set REVISION=$GITHUB_SHA
59+
VERSION=${SEMVER} REVISION=$GITHUB_SHA eirctl run pipeline build:bin
6060
6161
- name: Release binary
6262
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)