From 76504f0f0c35b4133c13ee088fa86ad5a1c0d5f7 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Tue, 28 May 2024 11:45:45 +1000 Subject: [PATCH] chore: bump common --- .github/workflows/on-sdk-update.yml | 6 +++--- drift-common | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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