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

This commit is contained in:
严浩
2024-08-14 13:47:09 +08:00
parent ce74a515b3
commit 0b97446bf2

View File

@ -40,7 +40,7 @@ jobs:
- name: Build - name: Build
run: pnpm build run: pnpm build
env: 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 # https://github.com/Tencent/tdesign-vue-next/pull/1604#issuecomment-1236244550
- name: Surge - name: Surge