chore: Update VITE_BUILD_COMMIT environment variable to use full SHA in ci.yaml
All checks were successful
CI / cache-and-install (push) Successful in 1m5s
All checks were successful
CI / cache-and-install (push) Successful in 1m5s
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