Skip to content

Commit

Permalink
Add working dir for changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Apr 16, 2024
1 parent fc2ec74 commit a4444c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
publish:
name: Publish to npm
runs-on: ubuntu-latest
permissions:
contents: write
defaults:
run:
working-directory: npm
Expand All @@ -34,6 +36,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm changeset:publish
cwd: "./npm"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a4444c1

Please sign in to comment.