Skip to content

Commit

Permalink
fix(ci): update sdk changeset path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Sep 13, 2023
1 parent f87c56f commit 8bdc667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- '.changeset/**'
- '.github/workflows/js-sdk.yml'
- "sdks/js/.changeset/**"
- ".github/workflows/js-sdk.yml"
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
cwd: "./sdks/js"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8bdc667

Please sign in to comment.