chore: Update VITE_BUILD_COMMIT environment variable to use full SHA in ci.yaml
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
env:
|
||||
VITE_BUILD_COMMIT: ${{ github.sha | slice(0, 7) }}
|
||||
VITE_BUILD_COMMIT: ${{ github.sha }}
|
||||
|
||||
# https://github.com/Tencent/tdesign-vue-next/pull/1604#issuecomment-1236244550
|
||||
- name: Surge
|
||||
|
Reference in New Issue
Block a user