diff --git a/.github/workflows/on-sdk-update.yml b/.github/workflows/on-sdk-update.yml index 840a894..58fc86a 100644 --- a/.github/workflows/on-sdk-update.yml +++ b/.github/workflows/on-sdk-update.yml @@ -16,12 +16,12 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' + - name: Pull git modules + run: git submodule update --init --recursive + - name: Install dependencies run: yarn install - - name: Add specific version of sdk - run: yarn add @drift-labs/sdk@${{ github.event.client_payload.version }} - - name: Build after new dependency run: yarn run build diff --git a/drift-common b/drift-common index 00f5785..bd998e1 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 00f57858090f087c53435700661c73ee86594fe4 +Subproject commit bd998e1b900a892a973cd5be1ae7b747e0c55700