Skip to content

Commit

Permalink
Specify changeset action cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kennygoff committed May 30, 2024
1 parent ec1f7a3 commit 9ac9efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix-changesets-action

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down Expand Up @@ -32,6 +33,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
cwd: lang/typescript
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9ac9efe

Please sign in to comment.