Skip to content

Commit

Permalink
Fix sync-deps using wrong package
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 25, 2023
1 parent adb7832 commit da7e81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update common
run: yarn --cwd ./packages/common-ethereum add @subql/common
- name: Update node
run: yarn --cwd ./packages/node add @subql/common @subql/types-core
run: yarn --cwd ./packages/node add @subql/common @subql/node-core

- name: Determine branch name
id: branch-name
Expand All @@ -38,6 +38,6 @@ jobs:
commit-message: "Update @subql deps"
token: ${{ secrets.SQ_SDK_GITHUB_SECRET }}
title: 'Sync @subql dependencies'
body-file: '.github/PULL_REQUEST_TEMPLATE'
body-file: '.github/PULL_REQUEST_TEMPLATE.md'


0 comments on commit da7e81e

Please sign in to comment.