Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit fd0f2d5

Browse files
authored
ci: use env: prefix to fetch env vars in windows (#420)
1 parent 9259dec commit fd0f2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Test
118118
run: make test
119119
- name: Build Version
120-
run: echo "BUILD_VERSION=${GITHUB_REF/refs\/tags\//}" >> $env:GITHUB_ENV
120+
run: echo "BUILD_VERSION=${env:GITHUB_REF/refs\/tags\//}" >> $env:GITHUB_ENV
121121
if: startsWith(github.ref, 'refs/tags/')
122122
- name: Build
123123
run: |

0 commit comments

Comments
 (0)