ci: always perform fresh build in deployment job (#5066)

This commit is contained in:
LongYinan
2023-11-28 06:59:50 +00:00
parent aaaed5ac14
commit 0ee2ecc1e9
4 changed files with 9 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Build Plugins
run: yarn run build:plugins
- name: Build Core
run: yarn nx build @affine/core
run: yarn nx build @affine/core --skip-nx-cache
env:
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}