chore: bump common
This commit is contained in:
6
.github/workflows/on-sdk-update.yml
vendored
6
.github/workflows/on-sdk-update.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user