diff --git a/.github/workflows/integration-test-backend.yml b/.github/workflows/integration-test-backend.yml index 7874c800..678b69e1 100644 --- a/.github/workflows/integration-test-backend.yml +++ b/.github/workflows/integration-test-backend.yml @@ -150,6 +150,8 @@ jobs: uses: actions/checkout@v3 with: repository: instill-ai/instill-core + fetch-depth: 5 # fetch the commit with tag + fetch-tags: true - name: Load .env file uses: cardinalby/export-env-action@v2 @@ -210,6 +212,8 @@ jobs: uses: actions/checkout@v3 with: repository: instill-ai/instill-core + fetch-depth: 5 # fetch the commit with tag + fetch-tags: true - name: Load .env file uses: cardinalby/export-env-action@v2 diff --git a/.github/workflows/integration-test-console.yml b/.github/workflows/integration-test-console.yml index 582e9d52..8b0829a9 100644 --- a/.github/workflows/integration-test-console.yml +++ b/.github/workflows/integration-test-console.yml @@ -114,6 +114,8 @@ jobs: uses: actions/checkout@v3 with: repository: instill-ai/instill-core + fetch-depth: 5 # fetch the commit with tag + fetch-tags: true - name: Load .env file uses: cardinalby/export-env-action@v2