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

@@ -67,6 +67,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
RELEASE_VERSION: ${{ github.event.inputs.version || steps.get-canary-version.outputs.RELEASE_VERSION }}
SKIP_PLUGIN_BUILD: 'true'
SKIP_NX_CACHE: 'true'
- name: Upload core artifact
uses: actions/upload-artifact@v3