[ci:force]

This commit is contained in:
Dawid L Jablonski
2023-03-31 12:54:23 +02:00
parent d2cf66cb5d
commit 124ed9ce69

View File

@@ -258,7 +258,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 # Fetch all history for all tags and branches fetch-depth: 0 # Fetch all history for all tags and branches
- uses: ./.github/actions/setup - uses: ./.github/actions/setup
- uses: ./.github/actions/download-node-modules-and-artifacts - uses: ./.github/actions/download-node-modules-and-artifacts
- run: nx affected:build $NX_CALCULATION_FLAGS --prod - run: nx affected:build $NX_CALCULATION_FLAGS --prod