Skip to content

Commit e94d7eb

Browse files
author
DESKTOP-N4I0PR6\Wenruli
committed
no message
1 parent e954868 commit e94d7eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
id: get_version
3737
run: |
3838
echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
39-
echo "Version: ${{ env.VERSION }}"
39+
echo "Version: ${{ steps.get_version.outputs.VERSION }}"
40+
41+
- name: Set VERSION environment variable
42+
run: |
43+
echo "VERSION=${{ steps.get_version.outputs.VERSION }}" >> $GITHUB_ENV
4044
4145
- name: cd to docker directory
4246
run: cd docker/docker-npu/

0 commit comments

Comments
 (0)