Skip to content

Commit

Permalink
fix competitions npm package uri
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 31, 2023
1 parent 69f8e5f commit 7796650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Add specific version of sdk
run: |
yarn add --dev @drift-labs/sdk@$DRIFT_SDK_VERSION
yarn add --dev @drift-labs/drift-competitions@$COMPETITIONS_SDK_VERSION
yarn add --dev @drift-labs/competitions-sdk@$COMPETITIONS_SDK_VERSION
cd ts/sdk
yarn add @drift-labs/sdk@$DRIFT_SDK_VERSION
Expand All @@ -58,7 +58,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add -A
git commit --allow-empty -m "Bumping sdk and drift-competitions dependencies to $DRIFT_SDK_VERSION and $COMPETITIONS_SDK_VERSION"
git commit --allow-empty -m "Bumping sdk and competitions-sdk dependencies to $DRIFT_SDK_VERSION and $COMPETITIONS_SDK_VERSION"
git push
- name: Publish to npm
Expand Down

0 comments on commit 7796650

Please sign in to comment.